Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

View File

@@ -0,0 +1,190 @@
HTTP/2 200
Content-Type: application/json; charset=utf-8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD
Access-Control-Max-Age: 3600
Access-Control-Allow-Credentials: true
[
{
"id": "irt",
"name": "Iranian Toman",
"symbol": "irt",
"type": "fiat",
"min_confirmations": 6,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "200000000.0",
"withdraw_limit_72h": "200000000000000.0",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 100,
"precision": 0,
"position": 1
},
{
"id": "bch",
"name": "Bitcoin Cash",
"symbol": "฿",
"explorer_transaction": "https://www.blocktrail.com/tBCC/tx/#{txid}",
"explorer_address": "https://www.blocktrail.com/tBCC/address/#{address}",
"type": "coin",
"min_confirmations": 7,
"deposit_fee": "0.0",
"withdraw_fee": "0.01",
"withdraw_limit_24h": "0.1",
"withdraw_limit_72h": "0.2",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 100000000,
"precision": 8
},
{
"id": "btc",
"name": "Bitcoin",
"symbol": "฿",
"explorer_transaction": "https://testnet.blockchain.info/tx/#{txid}",
"explorer_address": "https://testnet.blockchain.info/address/#{address}",
"type": "coin",
"min_confirmations": 6,
"deposit_fee": "0.0",
"withdraw_fee": "0.005",
"withdraw_limit_24h": "0.1",
"withdraw_limit_72h": "0.2",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 100000000,
"precision": 8
},
{
"id": "dash",
"name": "Dash",
"symbol": "Đ",
"explorer_transaction": "https://test.insight.dash.siampm.com/dash/tx/#{txid}",
"explorer_address": "https://test.insight.dash.siampm.com/dash/address/#{address}",
"type": "coin",
"min_confirmations": 6,
"deposit_fee": "0.0",
"withdraw_fee": "0.01",
"withdraw_limit_24h": "0.2",
"withdraw_limit_72h": "0.5000000000000001",
"deposit_enabled": false,
"withdrawal_enabled": false,
"base_factor": 100000000,
"precision": 8
},
{
"id": "eth",
"icon_url": "https://assets.coingecko.com/coins/images/279/small/ethereum.png?1595348880",
"name": "Ethereum",
"symbol": "Ξ",
"explorer_transaction": "https://rinkeby.etherscan.io/tx/#{txid}",
"explorer_address": "https://rinkeby.etherscan.io/address/#{address}",
"type": "coin",
"min_confirmations": 7,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "0.2",
"withdraw_limit_72h": "0.5000000000000001",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 1e+18,
"precision": 8
},
{
"id": "ltc",
"name": "Litecoin",
"symbol": "Ł",
"explorer_transaction": "https://chain.so/tx/LTCTEST/#{txid}",
"explorer_address": "https://chain.so/address/LTCTEST/#{address}",
"type": "coin",
"min_confirmations": 5,
"deposit_fee": "0.0",
"withdraw_fee": "0.01",
"withdraw_limit_24h": "0.5000000000000001",
"withdraw_limit_72h": "1.2",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 100000000,
"precision": 8
},
{
"id": "trst",
"name": "WeTrust",
"symbol": "Ξ",
"explorer_transaction": "https://rinkeby.etherscan.io/tx/#{txid}",
"explorer_address": "https://rinkeby.etherscan.io/address/#{address}",
"type": "coin",
"min_confirmations": 5,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "300.0",
"withdraw_limit_72h": "600.0",
"deposit_enabled": false,
"withdrawal_enabled": true,
"base_factor": 1000000,
"precision": 8
},
{
"id": "usd",
"name": "US Dollar",
"symbol": "$",
"type": "fiat",
"min_confirmations": 4,
"deposit_fee": "0.0",
"withdraw_fee": "0.01",
"withdraw_limit_24h": "100.0",
"withdraw_limit_72h": "200.0",
"deposit_enabled": true,
"withdrawal_enabled": true,
"base_factor": 1,
"precision": 2
},
{
"id": "xrp",
"name": "Ripple",
"symbol": "ꭆ",
"explorer_transaction": "https://bithomp.com/explorer/#{txid}",
"explorer_address": "https://bithomp.com/explorer/#{address}",
"type": "coin",
"min_confirmations": 5,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "100.0",
"withdraw_limit_72h": "200.0",
"deposit_enabled": true,
"withdrawal_enabled": false,
"base_factor": 1000000,
"precision": 8
},
{
"id": "zar",
"name": "ZAR",
"symbol": "$",
"type": "fiat",
"min_confirmations": 7,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "100.0",
"withdraw_limit_72h": "200.0",
"deposit_enabled": true,
"withdrawal_enabled": false,
"base_factor": 1,
"precision": 2
},
{
"id": "eur",
"name": "Euro",
"symbol": "€",
"type": "fiat",
"min_confirmations": 6,
"deposit_fee": "0.0",
"withdraw_fee": "0.02",
"withdraw_limit_24h": "2000.0",
"withdraw_limit_72h": "1000000.0",
"deposit_enabled": false,
"withdrawal_enabled": false,
"base_factor": 1,
"precision": 2
}
]