{
  "info": {
    "name": "Coinranking — mcp.ai",
    "description": "REST API for the Coinranking MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/coinranking",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "coinranking_get_coin_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "details"
          ]
        },
        "description": "Retrieve comprehensive details for a specific cryptocurrency including current price, market cap, supply metrics, description, social links, sparkline data, and historical performance. Use when you ne",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coin_fiat_prices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/fiat/prices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "fiat",
            "prices"
          ]
        },
        "description": "Tool to retrieve the current price of a cryptocurrency in all available fiat currencies including USD, EUR, GBP, and more. Use when you need to see how much a coin is worth across multiple fiat curren",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coin_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "history"
          ]
        },
        "description": "Tool to retrieve historical price data for a specific coin over a time period. Use when you need to analyze past performance of a coin; call after confirming its UUID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coin_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "price"
          ]
        },
        "description": "Tool to retrieve the current price or historical price at a specific timestamp for a cryptocurrency coin. Use when you need to get the current valuation of a coin or look up its price at a historical ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"timestamp\": 0,\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coin_price_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/price/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "price",
            "history"
          ]
        },
        "description": "Tool to retrieve historical price data points for a specific coin over selectable time periods. Use when you need price history for charting, backtesting, or trend analysis. Call after confirming the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coin_trading_volume_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/trading/volume/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "trading",
            "volume",
            "history"
          ]
        },
        "description": "Tool to retrieve historical trading volume data for a specific coin to build volume charts and analyze liquidity trends. Use when you need to analyze trading volume patterns over time; requires a prof",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuid\": \"\",\n  \"limit\": 0,\n  \"interval\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_coins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coins"
          ]
        },
        "description": "Retrieve a comprehensive list of cryptocurrency coins with detailed market data including prices, market caps, rankings, and price history. Supports filtering by search terms, quality tiers, and sorti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"tiers\": \"\",\n  \"offset\": 0,\n  \"search\": \"\",\n  \"orderBy\": \"\",\n  \"timePeriod\": \"\",\n  \"orderDirection\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_reference_currencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reference/currencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reference",
            "currencies"
          ]
        },
        "description": "Retrieve a comprehensive list of reference currencies including cryptocurrencies, fiat currencies (USD, EUR, etc.), denominators (Satoshi, Wei), and assets (Gold, Silver). Use this to get available cu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"types\": \"\",\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stats"
          ]
        },
        "description": "Tool to retrieve global cryptocurrency market statistics. Use when you need an overview of the entire crypto market.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_stats_coins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stats/coins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stats",
            "coins"
          ]
        },
        "description": "Tool to retrieve aggregate statistics for a selection of coins. Use when you need to calculate combined metrics for custom baskets, watchlists, or index products including market cap, trading volume, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uuids\": \"\",\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_tag_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tag/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tag",
            "details"
          ]
        },
        "description": "Get detailed information about a specific cryptocurrency tag including market metrics, volume, associated coin count, and dominance data. Use when you need comprehensive information about a tag catego",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"slug\": \"\",\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tags"
          ]
        },
        "description": "Get all available cryptocurrency tags/categories from Coinranking. Tags are used to categorize cryptocurrencies (e.g., DeFi, NFT, Stablecoins, Meme coins, etc.). This endpoint returns comprehensive in",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_get_trending_coins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trending/coins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trending",
            "coins"
          ]
        },
        "description": "Retrieve a list of trending cryptocurrency coins ranked by user engagement and popularity on Coinranking. Supports optional filtering by reference currency, time period, coin tiers, and pagination. Re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"tiers\": \"\",\n  \"offset\": 0,\n  \"timePeriod\": \"\",\n  \"referenceCurrencyUuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "coinranking_search_suggestions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/suggestions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "suggestions"
          ]
        },
        "description": "Tool to search and get suggestions for coins, markets, exchanges, fiat currencies, and categories by name, symbol, or contract address. Use when you need fast search suggestions across multiple entity",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}