|
1 | | -- Getting Started |
2 | | - - [Overview](README.md) |
3 | | - - [Quick Start](quick-start.md) |
4 | | - - [Examples](examples.md) |
5 | | -- API |
6 | | - - [Methods](api.md) |
| 1 | +- [Getting Started](quick-start.md) |
| 2 | +- [Examples](examples.md) |
| 3 | +- Core Methods |
| 4 | + - [web3data](api.md?id=web3datafactoryconstructorapikey-options-blockchainid-) |
| 5 | + - [webSockets](api.md?id=new-websocketclient) |
| 6 | + - [RPC](api.md?id=web3datafactoryrpcmethod-params) |
| 7 | +- Market Data Methods |
| 8 | + - [market.getFeatures](api.md?id=getfeaturesfeatures-filteroptions) |
| 9 | + - [market.getRankings](api.md?id=getrankingsfilteroptions) |
| 10 | + - [market.getOhlcv](api.md?id=getohlcvpair-filteroptions) |
| 11 | + - [market.getOrders](api.md?id=getorderspair-exchange-filteroptions) |
| 12 | + - [market.getOrderBooks](api.md?id=getorderbookspair-filteroptions) |
| 13 | + - [market.getBbos](api.md?id=getbbospair-filteroptions) |
| 14 | + - [market.getPrices](api.md?id=getpricesbase-filteroptions) |
| 15 | + <!-- - [market.getTokenPrices](api.md?id=) --> |
| 16 | + - [market.getVwap](api.md?id=getvwapbase-filteroptions) |
| 17 | + - [market.getTickers](api.md?id=gettickerspair-filteroptions) |
| 18 | + - [market.getTrades](api.md?id=gettradespair-filteroptions) |
| 19 | + - [market.getAssetAddresses](api.md?id=getassetaddressesassets) |
| 20 | + <!-- - [market.getEtherPrice](api.md?id=) --> |
| 21 | +- Blockchain Methods |
| 22 | + - Address |
| 23 | + - [address.getAllAddresses](api.md?id=addressgetalladdressesfilteroptions) |
| 24 | + - [address.getAll](api.md?id=addressgetallfilteroptions) |
| 25 | + - [address.getInformation](api.md?id=addressgetinformationhash-filteroptions) |
| 26 | + - [address.getMetadata](api.md?id=addressgetmetadatahash-filteroptions) |
| 27 | + - [address.getAdoption](api.md?id=addressgetadoptionhash-filteroptions) |
| 28 | + - [address.getInternalMessages](api.md?id=addressgetinternalmessageshash-filteroptions) |
| 29 | + - [address.getFunctions](api.md?id=addressgetfunctionshash-filteroptions) |
| 30 | + - [address.getLogs](api.md?id=addressgetlogshash-filteroptions) |
| 31 | + - [address.getTransactions](api.md?id=addressgettransactionshash-filteroptions) |
| 32 | + - [address.getPendingTransactions](api.md?id=addressgetpendingtransactionshash-filteroptions) |
| 33 | + - [address.getBalance](api.md?id=addressgetbalancehash-filteroptions) |
| 34 | + - [address.getTokens](api.md?id=addressgettokenshash-filteroptions) |
| 35 | + - [address.getTokenTransfers](api.md?id=addressgettokentransfershash-filteroptions) |
| 36 | + - [address.getTokenBalances](api.md?id=addressgettokenbalanceshash-filteroptions) |
| 37 | + - [address.getUsage](api.md?id=addressgetusagehash-filteroptions) |
| 38 | + - [address.getMetrics](api.md?id=addressgetmetrics) |
| 39 | + - Block |
| 40 | + - [block.getBlocks](api.md?id=getblockid-filteroptions) |
| 41 | + - [block.getBlock](api.md?id=getblockid-filteroptions) |
| 42 | + - [block.getBlockNumber](api.md?id=) |
| 43 | + - [block.getBlockTransactionCount](api.md?id=) |
| 44 | + - [block.getTransactions](api.md?id=) |
| 45 | + - [block.getTransactionFromBlock](api.md?id=) |
| 46 | + - [block.getUncle](api.md?id=) |
| 47 | + - [block.getTokenTransfers](api.md?id=) |
| 48 | + - [block.getLogs](api.md?id=) |
| 49 | + - [block.getFunctions](api.md?id=) |
| 50 | + - [block.getMetrics](api.md?id=) |
| 51 | + - Blockchain |
| 52 | + - [blockchain.getMetrics](api.md?id=getmetricsfilteroptions) |
| 53 | + - Contract |
| 54 | + - [contract.getDetails](api.md?id=contractgetdetailshash) |
| 55 | + - [contract.getFunctions](api.md?id=contractgetfunctionshash) |
| 56 | + - [contract.getAbi](api.md?id=contractgetabihash) |
| 57 | + - [contract.getSourceCode](api.md?id=contractgetsourcecodehash) |
| 58 | + - Signature |
| 59 | + - [signature.getSignature](api.md?id=signaturegetsignaturehash) |
| 60 | + - Tokens |
| 61 | + - [token.getRankings](api.md?id=tokengetrankingsfilteroptions) |
| 62 | + - [token.getVolume](api.md?id=tokengetvolumehash-filteroptions) |
| 63 | + - [token.getVelocity](api.md?id=tokengetvelocityhash-filteroptions) |
| 64 | + - [token.getHolders](api.md?id=tokengetholdershash-filteroptions) |
| 65 | + - [token.getHoldersHistorical](api.md?id=tokengetholdershistoricalhash-filteroptions) |
| 66 | + - [token.getSupplies](api.md?id=tokengetsupplieshash-filteroptions) |
| 67 | + - [token.getTransfers](api.md?id=tokengettransfershash-filteroptions) |
| 68 | + - Transactions |
| 69 | + - [transaction.getTransactions](api.md?id=transactiongettransactionsfilteroptions) |
| 70 | + - [transaction.getAll](api.md?id=transactiongetallfilteroptions) |
| 71 | + - [transaction.getTransaction](api.md?id=transactiongettransactionhash-filteroptions) |
| 72 | + - [transaction.getPendingTransactions](api.md?id=transactiongetpendingtransactions) |
| 73 | + - [transaction.getGasPrediction](api.md?id=transactiongetgasprediction) |
| 74 | + - [transaction.getGasPercentiles](api.md?id=transactiongetgaspercentilesfilteroptions) |
| 75 | + - [transaction.getGasPrice](api.md?id=transactiongetgasprice) |
| 76 | + - [transaction.getVolume](api.md?id=transactiongetvolumefilteroptions) |
| 77 | + - [transaction.getMetrics](api.md?id=transactiongetmetricsfilteroptions) |
0 commit comments