github.com/diadata-org/diadata@v1.4.593/documentation/oracle-documentation/crypto-assets.md (about) 1 --- 2 description: How do I access crypto asset information using the DIA oracle system? 3 --- 4 5 # Crypto Assets 6 7 The oracle exists on various blockchains and contains information about crypto assets. You can access a price quotation (see [sources](https://docs.diadata.org/documentation/methodology/digital-assets/cryptocurrency-trading-data) and [methodology](https://docs.diadata.org/documentation/methodology/digital-assets/exchangeprices)) and the current circulating supply as well as the timestamp of the last update. 8 9 1.  Access the corresponding [oracle smart contract](https://docs.diadata.org/documentation/oracle-documentation/deployed-contracts). 10 2. Call `getCoinInfo(coin_name)` with `coin_name` being the full coin name such as `Bitcoin`. You can use the "Read" section on Etherscan to execute this call. 11 3. The response of the call contains four values: 12 1. The current asset price in USD with a fix-comma notation of five decimals. 13 2. The current circulating supply. 14 3. The [UNIX timestamp](https://www.unixtimestamp.com/) of the last oracle update. 15 4. The short name of the asset, e.g., `BTC` for Bitcoin. 16 17 18 19 As of now, the following list of quotations is available in this oracle: 20 21 **Ethereum Mainnet:** 22 23 * BTC 24 * DIA 25 * ETH 26 * USDC 27 * FTM 28 * SDN 29 * KSM 30 * MOVR 31 * ASTR 32 33 **Binance Smart Chain:** 34 35 * BNB 36 * BTC 37 * DIA 38 * ETH 39 * USDT 40 * XRP 41 42 **Polygon (Matic):** 43 44 * BTC 45 * DIA 46 * ETH 47 * MATIC 48 * USDT 49 * XRP 50 51 **Moonbeam:** 52 53 * BTC 54 * DIA 55 * DOT 56 * ETH 57 * USDT 58 * XRP 59 60 #### Other Chains: 61 62 * BTC 63 * ETH 64 * DIA 65 * USDC 66 * FTM 67 * SDN 68 * KSM 69 * MOVR 70 * ASTR