sic
Your gateway to crypto. Explore prices, accounts, and transactions on blockchains, starting with Ethereum.
- Name For Model
- sic
- Website
- sic.smlxl.ai
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- Your gateway to crypto. Explore prices, accounts, and transactions on blockchains, starting with Ethereum.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | query_account_balance_post | POST | API returns balances and values of top assets for an ETH wallet. Accounts are referred to by ENS domains or hex addresses. The response includes an array of top assets with their balances and values. |
2 | query_asset_pricing_post | POST | API returns current and historical prices for tokens or assets on Ethereum. Assets are referred to by symbols such as {"symbol": "SHIB"}. A currency "USD" or a single historical date (MUST BE UTC) can be provided. The response is an array of assets with their prices, UTC datetimes and currency. |
3 | query_asset_pricing_historical_range_post | POST | API returns historical prices between 2 different dates (MUST BE UTC) for tokens or assets on Ethereum network. Assets are referred to by symbols such as {"symbol": "SHIB"}. A currency "USD". The response is an array of assets with their prices, utc datetimes and currency. |
4 | query_classify_contract_post | POST | API returns similarity scores between contract and standard interfaces. Contract address is specified in the "contract_address" under "query_inputs" as in {"query_inputs": {"contract_address": "0xab..cd"}}. It returns the list of interfaces and how similiar they are to contract. |
5 | query_resolve_ens_post | POST | API returns the ENS name associated with an Ethereum address if an address is passed, or the Ethereum address associated with an ENS name if a name is passed. A block number or a time can be provided. The response includes the address, ENS name and the owner of the domain. |
6 | query_trace_transaction_post | POST | API returns detailed trace of transaction. It needs transaction hash, a hex string representing 256 bit hash of transaction in block. Trace includes call, log, storage and sha3 operations. |