# 快速开始

  • Step 1 注册账户(Get a free API Key)

  • Step 2 复制您的 API 秘钥:

    api

  • Step 3 使用您的 API Key 进行接口请求测试 :

    打开浏览器键入下列地址获取所需数据数据,注意替换您的 API_Key.

    https://api.xcurrency.com/rate/mid/coins
    ? apiKey = your_api_key
    

    返回示例

    {
    	"success": true,
    	"info": [
    		{
    			"name": "Chinese Yuan",
    			"symbol": "CNY",
    			"category": "currency",
    			"id": 1022
    		},
    	]
    }
    
  • 您可以参考下列多种语言来构建您的应用程序

    • curl
    • python
    • golang
    • java
    • php
    • node.js