{
  "name": "Criptpay API",
  "colors": {
    "primary": "#b1f128",
    "light": "#d4ff5c",
    "dark": "#b1f128"
  },
  "api": {
    "baseUrl": "https://criptpay-f2lv.onrender.com/api/v1"
  },
  "topbarLinks": [
    {
      "name": "Support",
      "url": "mailto:criptpayhq@gmail.com"
    }
  ],
  "topbarCtaButton": {
    "name": "Dashboard",
    "url": "https://criptpay.com"
  },
  "navigation": [
    {
      "group": "Getting Started",
      "pages": ["introduction", "authentication"]
    },
    {
      "group": "Endpoints",
      "pages": [
        "api-reference/me",
        "api-reference/networks",
        "api-reference/tokens",
        "api-reference/banks",
        "api-reference/quote",
        "api-reference/initiate",
        "api-reference/status",
        "api-reference/webhooks"
      ]
    }
  ],
  "footerSocials": {
    "x": "https://x.com/criptpay",
    "github": "https://github.com/iconicconcept/criptpay"
  }
}
