Exchange Rates / Coin List
API GET url
https://gcps.io/en/mtools/api/merchant_terminal_coin_details
API GET Fields
Field Name
|
Description
|
Required?
|
api_key
|
Your API key
|
Yes
|
secret_key
|
Your secret key
|
Yes
|
A successful call to this command will give you a result similar to this (JSON):
{
    "status": 1,
  "coin_details": [
      {
         "coin_name": "Ethereum",
         "coin_code": "ETH",
         "image": "gcps.io/media/ETH_iBOu1uZ.png",
         "coin_rate": 380.151916917
      },
      {
         "coin_name": "Bitcoin",
         "coin_code": "BTC",
         "image": "gcps.io/media/BTC_OWDR2mG.png",
         "coin_rate": 10917.3871071
     },
     {
          "coin_name": "Litecoin",
          "coin_code": "LTC",
          "image": "gcps.io/media/LTC_2K9QYIh.png",
          "coin_rate": 48.4756094881
     },
     {
          "coin_name": "Ripple",
          "coin_code": "XRP",
          "image": "gcps.io/media/XRP.png",
          "coin_rate": 0.252180373154
     }
 ]
}
The result wil have the following fields:
- status = The status of the API call.
1 = Success
0 = Failed
- coin_name = The name of the Coin.
- coin_code = The code of the Coin.
- image = The image of the Coin.
- coin_rate = The current rate of the Coin in market.