Field Name | Description | Required? | |
---|---|---|---|
Exchange Rates / Coin List | |||
cmd | rates | Yes | |
short | If set to 1, the response won't include the full coin names and number of confirms needed to save bandwidth. | No | |
accepted | If set to 1, the response will include if you have the coin enabled for acceptance on your Coin Acceptance Settings page. If set to 2, the response will include all fiat coins but only cryptocurrencies enabled for acceptance on your Coin Acceptance Settings page. | No |
{ "error": "ok", "result": { "BTC": { "is_fiat": 0, "rate_btc": "1.000000000000000000000000", "last_update": "1375473661", "tx_fee": "0.00100000", "status": "online", "image": "https://www.coinpayments.net/images/coins/BTC.png", "name": "Bitcoin", "confirms": "2", "capabilities": [ "payments", "wallet", "transfers", "convert" ] }, "LTC": { "is_fiat": 0, "rate_btc": "0.018343387500000000000000", "last_update": "1518463609", "tx_fee": "0.00100000", "status": "online", "name": "Litecoin", "confirms": "3", "capabilities": [ "payments", "wallet", "transfers", "convert" ] }, "USD": { "is_fiat": 1, "rate_btc": "0.000114884285404190000000", "last_update": "1518463609", "tx_fee": "0.00000000", "status": "online", "name": "United States Dollar", "confirms": "1", "capabilities": [] }, "CAD": { "is_fiat": 1, "rate_btc": "0.000091601308947890000000", "last_update": "1518463609", "tx_fee": "0.00000000", "status": "online", "name": "Canadian Dollar", "confirms": "1", "capabilities": [] }, "MAID": { "is_fiat": 0, "rate_btc": "0.000049810000000000000000", "last_update": "1518463609", "tx_fee": "0.00000000", "status": "online", "name": "MaidSafeCoin", "confirms": "2", "capabilities": [ "payments", "wallet" ] }, "XMR": { "is_fiat": 0, "rate_btc": "0.028198593333333000000000", "last_update": "1518463609", "tx_fee": "0.01000000", "status": "online", "name": "Monero", "confirms": "3", "capabilities": [ "payments", "wallet", "transfers", "dest_tag" ] }, "LTCT": { "is_fiat": 0, "rate_btc": "1.000000000000000000000000", "last_update": "1375473661", "tx_fee": "0.00100000", "status": "online", "name": "Litecoin Testnet", "confirms": "0", "capabilities": [ "payments", "wallet", "transfers" ] } } }