Files
config_service/data/refdata/assets.cfg
T
Cryptoval Trading Technologies 4fdd2d81e5 20251209
2025-12-09 02:51:01 +00:00

199 lines
5.0 KiB
INI

{
"USD": {
"name": "USA Dollar",
"pricing": {
"method": "fixed"
, "value": 1.0
}
, "qty_precision": "0.01"
}
, "ADA": {
"name": "Cardano"
, "image": {
"thumb": "https://coin-images.coingecko.com/asset_platforms/images/22/thumb/cardano.jpg",
"small": "https://coin-images.coingecko.com/asset_platforms/images/22/small/cardano.jpg",
"large": "https://coin-images.coingecko.com/asset_platforms/images/22/large/cardano.jpg"
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-ADA-USD"
}
, "qty_precision": "0.01"
}
, "AVAX": {
"name": "Avalanche"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-AVAX-USD"
}
, "qty_precision": "0.00000001"
}
, "BCH": {
"name": "Bitcoin Cash"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-BCH-USD"
}
, "qty_precision": "0.00000001"
}
, "BTC": {
"name": "Bitcoin"
, "image": {
"thumb": "https://coin-images.coingecko.com/asset_platforms/images/127/thumb/ordinals.png",
"small": "https://coin-images.coingecko.com/asset_platforms/images/127/small/ordinals.png",
"large": "https://coin-images.coingecko.com/asset_platforms/images/127/large/ordinals.png"
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-BTC-USD"
}
, "qty_precision": "0.00000001"
}
, "DOGE": {
"name": "Dogecoin"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-DOGE-USD"
}
, "qty_precision": "0.1"
}
, "DOT": {
"name": "Polkadot"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-DOT-USD"
}
, "qty_precision": "0.00000001"
}
, "ETH": {
"name": "Ethereum"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-ETH-USD"
}
, "qty_precision": "0.00000001"
}
, "HBAR": {
"name": "Hedera"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-HBAR-USD"
}
, "qty_precision": "0.1"
}
, "LINK": {
"name": "Chainlink"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-LINK-USD"
}
, "qty_precision": "0.01"
}
, "LTC": {
"name": "Litecoin"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-LTC-USD"
}
, "qty_precision": "0.00000001"
}
, "SHIB": {
"name": "SHIBA INU"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-SHIB-USD"
}
, "qty_precision": "1"
}
, "SOL": {
"name": "Solana"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-SOL-USD"
}
, "qty_precision": "0.00000001"
}
, "SUI": {
"name": "SUI"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-SUI-USD"
}
, "qty_precision": "0.1"
}
, "XLM": {
"name": "Stellar Lumens"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-XLM-USD"
}
, "qty_precision": "0.00000001"
}
, "XRP": {
"name": "Stellar Lumens"
, "image": {
# TBD
}
, "pricing": {
"method": "exch_inst"
, "exchange_id": "COINBASE"
, "instrument_id": "PAIR-XLM-USD"
}
, "qty_precision": "0.00000001"
}
}
# https://api.coingecko.com/api/v3/asset_platforms
#
#
#