{
  "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": [
                    