sic

sic

Your gateway to crypto. Explore prices, accounts, and transactions on blockchains, starting with Ethereum.

Name For Model
sic
Update Date
a year ago
Description For Model
Your gateway to crypto. Explore prices, accounts, and transactions on blockchains, starting with Ethereum.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1query_account_balance_postPOSTAPI 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.
2query_asset_pricing_postPOSTAPI 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.
3query_asset_pricing_historical_range_postPOSTAPI 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.
4query_classify_contract_postPOSTAPI 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.
5query_resolve_ens_postPOSTAPI 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.
6query_trace_transaction_postPOSTAPI 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.