daxtrader

Untitled

Nov 12th, 2025
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 70.58 KB | None | 0 0
  1. [
  2.   {
  3.     "path": "/wallets/{address}/tokens",
  4.     "method": "GET",
  5.     "summary": "Token Balances API (with prices)",
  6.     "description": "One call this endpoint will get all the token balances for a wallet, with logos, metadata, spam & verified status AND the live token prices in USD. You can render it straight into an app. One call per chain.",
  7.     "popularity": 1,
  8.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-token-balances-price?address=0xcB1C1FdE09f811B294172696404e88E658659905&chain=eth&token_addresses=[]",
  9.     "cu_cost": 100,
  10.     "rate_limit": 20,
  11.     "tags": [
  12.       "wallet",
  13.       "balances",
  14.       "tokens",
  15.       "prices"
  16.     ],
  17.     "x-tag-sdk": "wallets",
  18.     "operationId": "getWalletTokenBalancesPrice",
  19.     "parameters": [
  20.       "chain",
  21.       "address",
  22.       "to_block",
  23.       "token_addresses",
  24.       "exclude_spam",
  25.       "exclude_unverified_contracts",
  26.       "cursor",
  27.       "limit",
  28.       "exclude_native",
  29.       "max_token_inactivity",
  30.       "min_pair_side_liquidity_usd"
  31.     ]
  32.   },
  33.   {
  34.     "path": "/erc20/prices",
  35.     "method": "POST",
  36.     "summary": "Multiple Token Prices (batch)",
  37.     "description": "Fetch an array of prices for different tokens, denominated in the native token and USD for a given token contract address. Batch them with this endpoint. Maximum of 100 tokens per request.",
  38.     "popularity": 2,
  39.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-multiple-token-prices",
  40.     "cu_cost": 100,
  41.     "rate_limit": 20,
  42.     "tags": [
  43.       "tokens",
  44.       "prices"
  45.     ],
  46.     "x-tag-sdk": "token",
  47.     "operationId": "getMultipleTokenPrices",
  48.     "parameters": [
  49.       "chain",
  50.       "include",
  51.       "max_token_inactivity",
  52.       "min_pair_side_liquidity_usd"
  53.     ]
  54.   },
  55.   {
  56.     "path": "/{address}/erc20",
  57.     "method": "GET",
  58.     "summary": "Token Balances API (no prices)",
  59.     "description": "Get an unpaginated list of token balances, without token prices, for a specific wallet address. Maximum of 2,000 tokens. One call per chain.",
  60.     "popularity": 3,
  61.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-wallet-token-balances",
  62.     "cu_cost": 100,
  63.     "rate_limit": 20,
  64.     "tags": [
  65.       "tokens",
  66.       "wallet",
  67.       "balances"
  68.     ],
  69.     "x-tag-sdk": "token",
  70.     "operationId": "getWalletTokenBalances",
  71.     "parameters": [
  72.       "chain",
  73.       "address",
  74.       "to_block",
  75.       "token_addresses",
  76.       "exclude_spam"
  77.     ]
  78.   },
  79.   {
  80.     "path": "/wallets/{address}/history",
  81.     "method": "GET",
  82.     "summary": "The Wallet History API",
  83.     "description": "The most comprehensive Wallet History API on the market. Get the complete history of a wallet, categorised and labelled. Read all the wallet's complex on-chain activity with fully decoded summaries like a bank statement",
  84.     "popularity": 4,
  85.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-history",
  86.     "cu_cost": 150,
  87.     "rate_limit": 30,
  88.     "tags": [
  89.       "wallet",
  90.       "transfers",
  91.       "swaps",
  92.       "tokens",
  93.       "nft",
  94.       "defi",
  95.       "transactions"
  96.     ],
  97.     "x-tag-sdk": "wallets",
  98.     "operationId": "getWalletHistory",
  99.     "parameters": [
  100.       "chain",
  101.       "from_block",
  102.       "to_block",
  103.       "from_date",
  104.       "to_date",
  105.       "address",
  106.       "include_internal_transactions",
  107.       "nft_metadata",
  108.       "cursor",
  109.       "order",
  110.       "limit"
  111.     ]
  112.   },
  113.   {
  114.     "path": "/{address}/nft",
  115.     "method": "GET",
  116.     "summary": "Get NFTs for a wallet",
  117.     "description": "Get all NFTs owned by a given address, including ERC721 and ERC1155, normalised metadata, CDN images, spam and verified status, floor prices and trade data.",
  118.     "popularity": 5,
  119.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-wallet-nfts?address=0xff3879b8a363aed92a6eaba8f61f1a96a9ec3c1e&chain=eth&format=decimal&token_addresses=[]&normalizeMetadata=true&media_items=false&include_prices=false",
  120.     "cu_cost": 50,
  121.     "rate_limit": 20,
  122.     "features": [
  123.       "list all NFTs for a wallet",
  124.       "parsed metadata and CDN available",
  125.       "spam filtering",
  126.       "ERC721 and ERC1155 support",
  127.       "verified contract status"
  128.     ],
  129.     "excluded_chains": [
  130.       "gnosis"
  131.     ],
  132.     "notes": [
  133.       "The response will include status [SYNCED/SYNCING] based on the contracts being indexed.",
  134.       "Use the token_address param to get results for a specific contract only",
  135.       "Note that results will include all indexed NFTs",
  136.       "Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested."
  137.     ],
  138.     "tags": [
  139.       "nft",
  140.       "wallet",
  141.       "balances"
  142.     ],
  143.     "x-tag-sdk": "nft",
  144.     "operationId": "getNFTs",
  145.     "parameters": [
  146.       "chain",
  147.       "address",
  148.       "format",
  149.       "limit",
  150.       "exclude_spam",
  151.       "token_addresses",
  152.       "cursor",
  153.       "normalizeMetadata",
  154.       "media_items",
  155.       "include_prices"
  156.     ]
  157.   },
  158.   {
  159.     "path": "/erc20/{address}/price",
  160.     "method": "GET",
  161.     "summary": "Single Token Price",
  162.     "description": "Get the token price denominated in the blockchain's native token and USD. Includes metadata, security score, logo, spam and verified status and you can filter out low liquidity and inactive tokens.",
  163.     "popularity": 6,
  164.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-price",
  165.     "cu_cost": 50,
  166.     "rate_limit": 20,
  167.     "tags": [
  168.       "tokens",
  169.       "prices"
  170.     ],
  171.     "x-tag-sdk": "token",
  172.     "operationId": "getTokenPrice",
  173.     "parameters": [
  174.       "chain",
  175.       "address",
  176.       "exchange",
  177.       "to_block",
  178.       "include",
  179.       "max_token_inactivity",
  180.       "min_pair_side_liquidity_usd"
  181.     ]
  182.   },
  183.   {
  184.     "path": "/wallets/{address}/net-worth",
  185.     "method": "GET",
  186.     "summary": "Wallet Net Worth API",
  187.     "description": "Cross-chain! Get the net worth of a wallet in USD for multiple EVM chains. We recommend to filter out spam tokens and unverified contracts to get a more accurate result.",
  188.     "popularity": 7,
  189.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-net-worth",
  190.     "cu_cost": 250,
  191.     "rate_limit": 50,
  192.     "tags": [
  193.       "wallet",
  194.       "balances"
  195.     ],
  196.     "x-tag-sdk": "wallets",
  197.     "operationId": "getWalletNetWorth",
  198.     "parameters": [
  199.       "chains",
  200.       "address",
  201.       "exclude_spam",
  202.       "exclude_unverified_contracts",
  203.       "max_token_inactivity",
  204.       "min_pair_side_liquidity_usd"
  205.     ]
  206.   },
  207.   {
  208.     "path": "/{address}/nft/transfers",
  209.     "method": "GET",
  210.     "summary": "Get NFT transfers by wallet",
  211.     "description": "Get transfers of NFTs given the wallet and other parameters. This includes ERC721, ERC1155 and CRYPTOPUNKS support. The response will include status [SYNCED/SYNCING] based on the contracts being indexed.",
  212.     "popularity": 8,
  213.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-transfers?address=0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB&token_id=1&chain=eth&format=decimal&order=DESC",
  214.     "cu_cost": 50,
  215.     "rate_limit": 20,
  216.     "features": [
  217.       "list of NFT transfers for a wallet",
  218.       "ERC721, ERC1155 and CRYPTOPUNKS support",
  219.       "spam status",
  220.       "verified contract status"
  221.     ],
  222.     "excluded_chains": [
  223.       "gnosis"
  224.     ],
  225.     "notes": [],
  226.     "tags": [
  227.       "nft",
  228.       "wallet",
  229.       "transfers",
  230.       "nft transfers"
  231.     ],
  232.     "x-tag-sdk": "nft",
  233.     "operationId": "getWalletNFTTransfers",
  234.     "parameters": [
  235.       "chain",
  236.       "address",
  237.       "contract_addresses",
  238.       "format",
  239.       "from_block",
  240.       "to_block",
  241.       "from_date",
  242.       "to_date",
  243.       "include_prices",
  244.       "limit",
  245.       "order",
  246.       "cursor"
  247.     ]
  248.   },
  249.   {
  250.     "path": "/{address}/nft/collections",
  251.     "method": "GET",
  252.     "summary": "NFT Collections for a Wallet",
  253.     "description": "Fetch a list of the collections a wallet owns, supporting ERC721, ERC1155 and other non-standard collections. Collection metadata and floor prices are included where available [if it exists on Opensea].",
  254.     "popularity": 9,
  255.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-wallet-nft-collections?address=0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326&chain=eth",
  256.     "cu_cost": 50,
  257.     "rate_limit": 20,
  258.     "features": [
  259.       "list the collections owned by a wallet",
  260.       "ERC721, ERC1155 and CRYPTOPUNKS support",
  261.       "spam status",
  262.       "verified contract status"
  263.     ],
  264.     "excluded_chains": [
  265.       "gnosis"
  266.     ],
  267.     "notes": [
  268.       "floor price and collection logo is off chain data",
  269.       "off chain data only available for Opensea supported chains"
  270.     ],
  271.     "tags": [
  272.       "nft",
  273.       "nft collections",
  274.       "wallet"
  275.     ],
  276.     "x-tag-sdk": "nft",
  277.     "operationId": "getWalletNFTCollections",
  278.     "parameters": [
  279.       "chain",
  280.       "address",
  281.       "include_prices",
  282.       "limit",
  283.       "exclude_spam",
  284.       "cursor",
  285.       "token_counts"
  286.     ]
  287.   },
  288.   {
  289.     "path": "/{address}/erc20/transfers",
  290.     "method": "GET",
  291.     "summary": "Token Transfers for a Wallet",
  292.     "description": "Get ERC20 token transactions ordered by block number in descending order. Not specifically swaps, but all transfers. This includes ERC20 and ERC777 support.",
  293.     "popularity": 10,
  294.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-transfers",
  295.     "cu_cost": 50,
  296.     "rate_limit": 20,
  297.     "tags": [
  298.       "tokens",
  299.       "wallet",
  300.       "transfers"
  301.     ],
  302.     "x-tag-sdk": "token",
  303.     "operationId": "getWalletTokenTransfers",
  304.     "parameters": [
  305.       "chain",
  306.       "from_block",
  307.       "to_block",
  308.       "from_date",
  309.       "to_date",
  310.       "address",
  311.       "contract_addresses",
  312.       "limit",
  313.       "order",
  314.       "cursor"
  315.     ]
  316.   },
  317.   {
  318.     "path": "/nft/getMultipleNFTs",
  319.     "method": "POST",
  320.     "summary": "Get Multiple NFTs",
  321.     "description": "Returns an array of NFTs specified in the request.\n* Note that results will include all indexed NFTs\n* Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested.\n* Only 25 NFTs can be fetched in one API call.",
  322.     "popularity": 11,
  323.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-multiple-nfts?tokens=[{%22token_address%22:%220xa4991609c508b6d4fb7156426db0bd49fe298bd8%22,%22token_id%22:%2212%22},{%22token_address%22:%220x3c64dc415ebb4690d1df2b6216148c8de6dd29f7%22,%22token_id%22:%221%22},{%22token_address%22:%220x3c64dc415ebb4690d1df2b6216148c8de6dd29f7%22,%22token_id%22:%22200%22}]&normalizeMetadata=false&media_items=true&chain=eth",
  324.     "cu_cost": 150,
  325.     "rate_limit": 20,
  326.     "features": [
  327.       "list of specified NFTs",
  328.       "parsed, normalised metadata and CDN available",
  329.       "spam filtering",
  330.       "ERC721 and ERC1155 support",
  331.       "verified contract status"
  332.     ],
  333.     "excluded_chains": [
  334.       "gnosis"
  335.     ],
  336.     "notes": [
  337.       "Note that results will include all indexed NFTs",
  338.       "Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested.",
  339.       "Only 25 NFTs can be fetched in one API call."
  340.     ],
  341.     "tags": [
  342.       "nft"
  343.     ],
  344.     "x-tag-sdk": "nft",
  345.     "operationId": "getMultipleNFTs",
  346.     "parameters": [
  347.       "chain"
  348.     ]
  349.   },
  350.   {
  351.     "path": "/erc20/{token_address}/owners",
  352.     "method": "GET",
  353.     "summary": "Owners For A Token",
  354.     "description": "Identify the major holders of an ERC20 token and understand their ownership percentages. Supports up to 100 results per page. Includes known exchanges and wallet labels.",
  355.     "popularity": 12,
  356.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-holders",
  357.     "cu_cost": 50,
  358.     "rate_limit": 20,
  359.     "tags": [
  360.       "tokens",
  361.       "holders"
  362.     ],
  363.     "x-tag-sdk": "token",
  364.     "operationId": "getTokenOwners",
  365.     "parameters": [
  366.       "chain",
  367.       "token_address",
  368.       "limit",
  369.       "cursor",
  370.       "order"
  371.     ]
  372.   },
  373.   {
  374.     "path": "/discovery/token",
  375.     "method": "GET",
  376.     "summary": "Discover Detailed Token Data",
  377.     "description": "Get detailed trading data and metadata for a specific token address. This includes the trading volumes, liquidity, holders change, and other token data.",
  378.     "popularity": 13,
  379.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-details",
  380.     "cu_cost": 50,
  381.     "rate_limit": 50,
  382.     "tags": [
  383.       "discovery",
  384.       "tokens"
  385.     ],
  386.     "operationId": "getDiscoveryToken",
  387.     "parameters": [
  388.       "chain",
  389.       "token_address"
  390.     ]
  391.   },
  392.   {
  393.     "path": "/tokens/{tokenAddress}/analytics",
  394.     "method": "GET",
  395.     "summary": "Get token analytics of a specific token address",
  396.     "description": "Retrieve token analytics of a specific token address over different time periods.",
  397.     "popularity": 14,
  398.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-analytics",
  399.     "cu_cost": 80,
  400.     "rate_limit": 50,
  401.     "tags": [
  402.       "tokens",
  403.       "trading",
  404.       "analytics"
  405.     ],
  406.     "x-tag-sdk": "token",
  407.     "operationId": "getTokenAnalytics",
  408.     "parameters": [
  409.       "chain",
  410.       "tokenAddress"
  411.     ]
  412.   },
  413.   {
  414.     "path": "/block/{block_number_or_hash}",
  415.     "method": "GET",
  416.     "summary": "Get A Block",
  417.     "description": "Get the contents of a block given the block number of block hash. Please note that the block hash is not the same as the transaction hash.",
  418.     "popularity": 15,
  419.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-block",
  420.     "cu_cost": 100,
  421.     "rate_limit": 20,
  422.     "tags": [
  423.       "block"
  424.     ],
  425.     "x-tag-sdk": "block",
  426.     "operationId": "getBlock",
  427.     "parameters": [
  428.       "chain",
  429.       "block_number_or_hash",
  430.       "include"
  431.     ]
  432.   },
  433.   {
  434.     "path": "/{address}",
  435.     "method": "GET",
  436.     "summary": "Get native transactions by wallet",
  437.     "description": "Get native transactions ordered by block number in descending order.",
  438.     "popularity": 16,
  439.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-wallet-transactions",
  440.     "cu_cost": 30,
  441.     "rate_limit": 20,
  442.     "tags": [
  443.       "transactions",
  444.       "wallet"
  445.     ],
  446.     "x-tag-sdk": "transaction",
  447.     "operationId": "getWalletTransactions",
  448.     "parameters": [
  449.       "chain",
  450.       "from_block",
  451.       "to_block",
  452.       "from_date",
  453.       "to_date",
  454.       "address",
  455.       "cursor",
  456.       "order",
  457.       "limit",
  458.       "include"
  459.     ]
  460.   },
  461.   {
  462.     "path": "/erc20/{tokenAddress}/holders",
  463.     "method": "GET",
  464.     "summary": "Get holders summary by token address.",
  465.     "description": "Get token holder summary",
  466.     "popularity": 17,
  467.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-holders",
  468.     "cu_cost": 50,
  469.     "rate_limit": 20,
  470.     "tags": [
  471.       "tokens",
  472.       "holders"
  473.     ],
  474.     "x-tag-sdk": "token",
  475.     "operationId": "getTokenHolders",
  476.     "parameters": [
  477.       "chain",
  478.       "tokenAddress"
  479.     ]
  480.   },
  481.   {
  482.     "path": "/erc20/{token_address}/pairs",
  483.     "method": "GET",
  484.     "summary": "Get token pairs by address",
  485.     "description": "Get the supported pairs for a specific token address.",
  486.     "popularity": 19,
  487.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-pairs",
  488.     "cu_cost": 50,
  489.     "rate_limit": 20,
  490.     "tags": [
  491.       "tokens",
  492.       "pairs"
  493.     ],
  494.     "x-tag-sdk": "token",
  495.     "operationId": "getTokenPairs",
  496.     "parameters": [
  497.       "token_address",
  498.       "chain",
  499.       "limit",
  500.       "cursor"
  501.     ]
  502.   },
  503.   {
  504.     "path": "/nft/{address}",
  505.     "method": "GET",
  506.     "summary": "Get NFTs by contract",
  507.     "description": "Get NFTs for a given contract address, including metadata for all NFTs (where available).\n* Results are limited to 100 per page by default\n* Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection.",
  508.     "popularity": 20,
  509.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-contract-nfts?address=0x306b1ea3ecdf94aB739F1910bbda052Ed4A9f949&chain=eth&format=decimal",
  510.     "cu_cost": 50,
  511.     "rate_limit": 20,
  512.     "features": [
  513.       "list the collections owned by a wallet",
  514.       "ERC721, ERC1155 and CRYPTOPUNKS support",
  515.       "spam status",
  516.       "verified contract status"
  517.     ],
  518.     "excluded_chains": [
  519.       "gnosis"
  520.     ],
  521.     "notes": [
  522.       "Results are limited to 100 per page by default",
  523.       "Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection."
  524.     ],
  525.     "tags": [
  526.       "nft",
  527.       "nft collections"
  528.     ],
  529.     "x-tag-sdk": "nft",
  530.     "operationId": "getContractNFTs",
  531.     "parameters": [
  532.       "chain",
  533.       "address",
  534.       "format",
  535.       "limit",
  536.       "totalRanges",
  537.       "range",
  538.       "cursor",
  539.       "normalizeMetadata",
  540.       "media_items",
  541.       "include_prices"
  542.     ]
  543.   },
  544.   {
  545.     "path": "/{address}/balance",
  546.     "method": "GET",
  547.     "summary": "Get native balance by wallet",
  548.     "description": "Get the native balance for a specific wallet address.",
  549.     "popularity": 21,
  550.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-native-balance",
  551.     "cu_cost": 10,
  552.     "rate_limit": 10,
  553.     "tags": [
  554.       "balances",
  555.       "wallet"
  556.     ],
  557.     "x-tag-sdk": "balance",
  558.     "operationId": "getNativeBalance",
  559.     "parameters": [
  560.       "chain",
  561.       "address",
  562.       "to_block"
  563.     ]
  564.   },
  565.   {
  566.     "path": "/nft/{address}/metadata",
  567.     "method": "GET",
  568.     "summary": "Get NFT collection metadata",
  569.     "description": "Get the collection / contract level metadata for a given contract (name, symbol, base token URI).\n* Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection\n",
  570.     "popularity": 22,
  571.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-metadata",
  572.     "cu_cost": 50,
  573.     "rate_limit": 20,
  574.     "tags": [
  575.       "nft",
  576.       "metadata"
  577.     ],
  578.     "x-tag-sdk": "nft",
  579.     "operationId": "getNFTContractMetadata",
  580.     "parameters": [
  581.       "chain",
  582.       "address",
  583.       "include_prices"
  584.     ]
  585.   },
  586.   {
  587.     "path": "/transaction/{transaction_hash}/verbose",
  588.     "method": "GET",
  589.     "summary": "Get decoded transaction by hash",
  590.     "description": "Get the contents of a transaction by the given transaction hash.",
  591.     "popularity": 23,
  592.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-decoded-transaction",
  593.     "cu_cost": 20,
  594.     "rate_limit": 10,
  595.     "tags": [
  596.       "transactions"
  597.     ],
  598.     "x-tag-sdk": "transaction",
  599.     "operationId": "getTransactionVerbose",
  600.     "parameters": [
  601.       "chain",
  602.       "transaction_hash",
  603.       "include"
  604.     ]
  605.   },
  606.   {
  607.     "path": "/erc20/metadata",
  608.     "method": "GET",
  609.     "summary": "Get ERC20 token metadata by contract",
  610.     "description": "Get the metadata for a given token contract address (name, symbol, decimals, logo).",
  611.     "popularity": 24,
  612.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-metadata",
  613.     "cu_cost": 10,
  614.     "rate_limit": 20,
  615.     "tags": [
  616.       "tokens",
  617.       "metadata"
  618.     ],
  619.     "x-tag-sdk": "token",
  620.     "operationId": "getTokenMetadata",
  621.     "parameters": [
  622.       "chain",
  623.       "addresses"
  624.     ]
  625.   },
  626.   {
  627.     "path": "/wallets/{address}/chains",
  628.     "method": "GET",
  629.     "summary": "All Active Chains for a Wallet",
  630.     "description": "Cross chain! Answers the question of 'which EVM chains has this {wallet} transacted on' and 'when were they first seen and last seen'. Use the answer on other API calls",
  631.     "popularity": 15,
  632.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-chain-activity-by-wallet",
  633.     "cu_cost": 50,
  634.     "rate_limit": 50,
  635.     "tags": [
  636.       "wallet",
  637.       "utils",
  638.       "discovery"
  639.     ],
  640.     "x-tag-sdk": "wallets",
  641.     "operationId": "getWalletActiveChains",
  642.     "parameters": [
  643.       "address",
  644.       "chains"
  645.     ]
  646.   },
  647.   {
  648.     "path": "/pairs/{address}/ohlcv",
  649.     "method": "GET",
  650.     "summary": "Candlestick API (pair address)",
  651.     "description": "Get the OHLCV candle stick by using pair address. Up to 1000 candles can be fetched in one API call. Needs a pair address.",
  652.     "popularity": 10,
  653.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-pair-ohlcv",
  654.     "cu_cost": 150,
  655.     "rate_limit": 20,
  656.     "tags": [
  657.       "tokens",
  658.       "prices",
  659.       "pairs",
  660.       "trading"
  661.     ],
  662.     "x-tag-sdk": "token",
  663.     "operationId": "getPairCandlesticks",
  664.     "parameters": [
  665.       "address",
  666.       "chain",
  667.       "timeframe",
  668.       "currency",
  669.       "fromDate",
  670.       "toDate",
  671.       "limit",
  672.       "cursor"
  673.     ]
  674.   },
  675.   {
  676.     "path": "/nft/{address}/owners",
  677.     "method": "GET",
  678.     "summary": "Get NFT owners by contract",
  679.     "description": "Get owners of NFTs for a given contract.\n* Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection.",
  680.     "popularity": 29,
  681.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-owners?address=0x306b1ea3ecdf94aB739F1910bbda052Ed4A9f949&chain=eth&format=decimal",
  682.     "cu_cost": 50,
  683.     "rate_limit": 20,
  684.     "features": [
  685.       "list the owners of an NFT contract",
  686.       "ERC721, ERC1155 and CRYPTOPUNKS support",
  687.       "spam status",
  688.       "verified contract status"
  689.     ],
  690.     "excluded_chains": [
  691.       "gnosis"
  692.     ],
  693.     "notes": [
  694.       "Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection."
  695.     ],
  696.     "tags": [
  697.       "nft",
  698.       "nft collections",
  699.       "holders"
  700.     ],
  701.     "x-tag-sdk": "nft",
  702.     "operationId": "getNFTOwners",
  703.     "parameters": [
  704.       "chain",
  705.       "address",
  706.       "format",
  707.       "limit",
  708.       "cursor",
  709.       "normalizeMetadata",
  710.       "media_items"
  711.     ]
  712.   },
  713.   {
  714.     "path": "/erc20/{address}/swaps",
  715.     "method": "GET",
  716.     "summary": "All Swaps for a Token Address",
  717.     "description": "Get all swap related transactions (buy, sell). Assuming that the swaps are from supported DEXes, on the chains we support, that match the topics we index.",
  718.     "popularity": 32,
  719.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-swaps-by-token-address",
  720.     "cu_cost": 50,
  721.     "rate_limit": 20,
  722.     "tags": [
  723.       "tokens",
  724.       "swaps",
  725.       "transfers"
  726.     ],
  727.     "x-tag-sdk": "token",
  728.     "operationId": "getSwapsByTokenAddress",
  729.     "parameters": [
  730.       "chain",
  731.       "address",
  732.       "cursor",
  733.       "limit",
  734.       "order",
  735.       "fromBlock",
  736.       "toBlock",
  737.       "fromDate",
  738.       "toDate",
  739.       "transactionTypes"
  740.     ]
  741.   },
  742.   {
  743.     "path": "/{address}/verbose",
  744.     "method": "GET",
  745.     "summary": "Get decoded transactions by wallet",
  746.     "description": "Get native transactions and logs ordered by block number in descending order.",
  747.     "popularity": 34,
  748.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-decoded-wallet-transaction",
  749.     "cu_cost": 50,
  750.     "rate_limit": 20,
  751.     "tags": [
  752.       "transactions",
  753.       "wallet"
  754.     ],
  755.     "x-tag-sdk": "transaction",
  756.     "operationId": "getWalletTransactionsVerbose",
  757.     "parameters": [
  758.       "chain",
  759.       "from_block",
  760.       "to_block",
  761.       "from_date",
  762.       "to_date",
  763.       "address",
  764.       "include",
  765.       "cursor",
  766.       "order",
  767.       "limit"
  768.     ]
  769.   },
  770.   {
  771.     "path": "/nft/{address}/{token_id}/owners",
  772.     "method": "GET",
  773.     "summary": "Get NFT owners by token ID",
  774.     "description": "Get owners of a specific NFT given the contract address and token ID. \n* Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection\n",
  775.     "popularity": 36,
  776.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-token-id-owners",
  777.     "cu_cost": 50,
  778.     "rate_limit": 20,
  779.     "tags": [
  780.       "nft",
  781.       "holders"
  782.     ],
  783.     "x-tag-sdk": "nft",
  784.     "operationId": "getNFTTokenIdOwners",
  785.     "parameters": [
  786.       "chain",
  787.       "address",
  788.       "token_id",
  789.       "format",
  790.       "limit",
  791.       "cursor",
  792.       "normalizeMetadata",
  793.       "media_items"
  794.     ]
  795.   },
  796.   {
  797.     "path": "/erc20/{address}/transfers",
  798.     "method": "GET",
  799.     "summary": "Get ERC20 token transactions by contract",
  800.     "description": "Get ERC20 token transactions from a contract ordered by block number in descending order.",
  801.     "popularity": 37,
  802.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-transfers",
  803.     "cu_cost": 50,
  804.     "rate_limit": 20,
  805.     "tags": [
  806.       "tokens",
  807.       "transfers"
  808.     ],
  809.     "x-tag-sdk": "token",
  810.     "operationId": "getTokenTransfers",
  811.     "parameters": [
  812.       "chain",
  813.       "from_block",
  814.       "to_block",
  815.       "from_date",
  816.       "to_date",
  817.       "address",
  818.       "limit",
  819.       "order",
  820.       "cursor"
  821.     ]
  822.   },
  823.   {
  824.     "path": "/pairs/{address}/stats",
  825.     "method": "GET",
  826.     "summary": "Get pair stats",
  827.     "description": "Get the pair stats by using pair address",
  828.     "popularity": 38,
  829.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-pair-stats",
  830.     "cu_cost": 100,
  831.     "rate_limit": 20,
  832.     "tags": [
  833.       "tokens",
  834.       "pairs"
  835.     ],
  836.     "x-tag-sdk": "token",
  837.     "operationId": "getPairStats",
  838.     "parameters": [
  839.       "address",
  840.       "chain"
  841.     ]
  842.   },
  843.   {
  844.     "path": "/tokens/trending",
  845.     "method": "GET",
  846.     "summary": "Trending Token API",
  847.     "description": "Cross chain! Get trending tokens for a given chain including Solana. The trending tokens are based on trading volume and velocity, experienced trader movements and the number of unique wallets that interacted with the token.",
  848.     "popularity": 7,
  849.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-trending-tokens?chain=eth",
  850.     "cu_cost": 150,
  851.     "rate_limit": 20,
  852.     "tags": [
  853.       "tokens",
  854.       "trading",
  855.       "discovery"
  856.     ],
  857.     "x-tag-sdk": "token",
  858.     "operationId": "getTrendingTokensV2",
  859.     "parameters": [
  860.       "chain",
  861.       "limit"
  862.     ]
  863.   },
  864.   {
  865.     "path": "/nft/{address}/{token_id}",
  866.     "method": "GET",
  867.     "summary": "Get NFT metadata",
  868.     "description": "Get NFT data, including metadata (where available), for the given NFT token ID and contract address.\n* Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection\n",
  869.     "popularity": 40,
  870.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-metadata",
  871.     "cu_cost": 20,
  872.     "rate_limit": 20,
  873.     "tags": [
  874.       "nft",
  875.       "metadata"
  876.     ],
  877.     "x-tag-sdk": "nft",
  878.     "operationId": "getNFTMetadata",
  879.     "parameters": [
  880.       "chain",
  881.       "address",
  882.       "token_id",
  883.       "format",
  884.       "normalizeMetadata",
  885.       "media_items",
  886.       "include_prices"
  887.     ]
  888.   },
  889.   {
  890.     "path": "/transaction/{transaction_hash}",
  891.     "method": "GET",
  892.     "summary": "Get transaction by hash",
  893.     "description": "Get the contents of a transaction by the given transaction hash.",
  894.     "popularity": 41,
  895.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-transaction",
  896.     "cu_cost": 10,
  897.     "rate_limit": 10,
  898.     "tags": [
  899.       "transactions"
  900.     ],
  901.     "x-tag-sdk": "transaction",
  902.     "operationId": "getTransaction",
  903.     "parameters": [
  904.       "chain",
  905.       "transaction_hash",
  906.       "include"
  907.     ]
  908.   },
  909.   {
  910.     "path": "/latestBlockNumber/{chain}",
  911.     "method": "GET",
  912.     "summary": "Get latest block number.",
  913.     "description": "Returns the latest block number for the given chain.",
  914.     "popularity": 47,
  915.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-latest-block-number",
  916.     "cu_cost": 10,
  917.     "rate_limit": 10,
  918.     "tags": [
  919.       "block"
  920.     ],
  921.     "x-tag-sdk": "block",
  922.     "operationId": "getLatestBlockNumber",
  923.     "parameters": [
  924.       "chain"
  925.     ]
  926.   },
  927.   {
  928.     "path": "/nft/{address}/transfers",
  929.     "method": "GET",
  930.     "summary": "NFT transfers for a Contract",
  931.     "description": "Get transfers of NFTs for a given contract and other parameters.",
  932.     "popularity": 48,
  933.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-contract-transfers?address=0x306b1ea3ecdf94aB739F1910bbda052Ed4A9f949&chain=eth&format=decimal&order=DESC",
  934.     "cu_cost": 50,
  935.     "rate_limit": 20,
  936.     "features": [
  937.       "list the transfer for an NFT contract",
  938.       "ERC721, ERC1155 and CRYPTOPUNKS support",
  939.       "spam status",
  940.       "verified contract status"
  941.     ],
  942.     "excluded_chains": [
  943.       "gnosis"
  944.     ],
  945.     "notes": [
  946.       "Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection."
  947.     ],
  948.     "tags": [
  949.       "nft",
  950.       "nft collections",
  951.       "transfers",
  952.       "nft transfers"
  953.     ],
  954.     "x-tag-sdk": "nft",
  955.     "operationId": "getNFTContractTransfers",
  956.     "parameters": [
  957.       "chain",
  958.       "from_block",
  959.       "to_block",
  960.       "from_date",
  961.       "to_date",
  962.       "address",
  963.       "format",
  964.       "include_prices",
  965.       "limit",
  966.       "order",
  967.       "cursor"
  968.     ]
  969.   },
  970.   {
  971.     "path": "/wallets/{address}/profitability/summary",
  972.     "method": "GET",
  973.     "summary": "Get Wallet Profitability Summary",
  974.     "description": "Retrieves a summary of wallet profitability based on specified parameters including optional token addresses.",
  975.     "popularity": 51,
  976.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-profitability-summary",
  977.     "cu_cost": 30,
  978.     "rate_limit": 20,
  979.     "tags": [
  980.       "wallet",
  981.       "trading"
  982.     ],
  983.     "x-tag-sdk": "wallets",
  984.     "operationId": "getWalletProfitabilitySummary",
  985.     "parameters": [
  986.       "address",
  987.       "days",
  988.       "chain"
  989.     ]
  990.   },
  991.   {
  992.     "path": "/wallets/{address}/swaps",
  993.     "method": "GET",
  994.     "summary": "All Swaps for a Wallet Address.",
  995.     "description": "Get all swap related transactions (buy, sell). Assuming that the swaps are from supported DEXes, on the chains we support, that match the topics we index.",
  996.     "popularity": 52,
  997.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-swaps-by-wallet-address",
  998.     "cu_cost": 50,
  999.     "rate_limit": 20,
  1000.     "tags": [
  1001.       "wallet",
  1002.       "swaps",
  1003.       "transfers",
  1004.       "trading"
  1005.     ],
  1006.     "x-tag-sdk": "wallets",
  1007.     "operationId": "getSwapsByWalletAddress",
  1008.     "parameters": [
  1009.       "chain",
  1010.       "address",
  1011.       "tokenAddress",
  1012.       "cursor",
  1013.       "limit",
  1014.       "fromBlock",
  1015.       "toBlock",
  1016.       "fromDate",
  1017.       "toDate",
  1018.       "order",
  1019.       "transactionTypes"
  1020.     ]
  1021.   },
  1022.   {
  1023.     "path": "/wallets/{address}/stats",
  1024.     "method": "GET",
  1025.     "summary": "High Level Wallet Stats",
  1026.     "description": "Fetch the counts of nfts, collections, transactions, nft_transfers and token_transfers for a given wallet address. Great for qualifying how active a wallet is. One call per chain.",
  1027.     "popularity": 53,
  1028.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-stats",
  1029.     "cu_cost": 50,
  1030.     "rate_limit": 50,
  1031.     "tags": [
  1032.       "wallet",
  1033.       "utils",
  1034.       "discovery"
  1035.     ],
  1036.     "x-tag-sdk": "wallets",
  1037.     "operationId": "getWalletStats",
  1038.     "parameters": [
  1039.       "chain",
  1040.       "address"
  1041.     ]
  1042.   },
  1043.   {
  1044.     "path": "/nft/{address}/{token_id}/transfers",
  1045.     "method": "GET",
  1046.     "summary": "NFT transfers for a Token Id",
  1047.     "description": "Get transfers of an NFT given a contract address and token Id.",
  1048.     "popularity": 55,
  1049.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-transfers",
  1050.     "cu_cost": 20,
  1051.     "rate_limit": 20,
  1052.     "tags": [
  1053.       "nft",
  1054.       "transfers"
  1055.     ],
  1056.     "x-tag-sdk": "nft",
  1057.     "operationId": "getNFTTransfers",
  1058.     "parameters": [
  1059.       "chain",
  1060.       "address",
  1061.       "token_id",
  1062.       "format",
  1063.       "include_prices",
  1064.       "limit",
  1065.       "order",
  1066.       "cursor"
  1067.     ]
  1068.   },
  1069.  
  1070.   {
  1071.     "path": "/discovery/tokens",
  1072.     "method": "POST",
  1073.     "summary": "Token Explorer API",
  1074.     "description": "Filter 10 million tokens with you choice of on-chain filters. Returns a list of tokens with comprehensive data points. This API is used by the best wallets and dapps and you can demo it on moralis.com under the strategy builder.",
  1075.     "popularity": 5,
  1076.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-filtered-tokens",
  1077.     "cu_cost": 250,
  1078.     "rate_limit": 50,
  1079.     "tags": [
  1080.       "discovery",
  1081.       "tokens",
  1082.       "trading"
  1083.     ],
  1084.     "operationId": "getFilteredTokens",
  1085.     "parameters": []
  1086.   },
  1087.   {
  1088.     "path": "/resolve/{address}/reverse",
  1089.     "method": "GET",
  1090.     "summary": "ENS lookup by address",
  1091.     "description": "Reverse resolve a given ETH address to its ENS domain.",
  1092.     "popularity": 59,
  1093.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/resolve-ens-domain",
  1094.     "cu_cost": 10,
  1095.     "rate_limit": 10,
  1096.     "tags": [
  1097.       "utils"
  1098.     ],
  1099.     "x-tag-sdk": "resolve",
  1100.     "operationId": "resolveAddress",
  1101.     "parameters": [
  1102.       "address"
  1103.     ]
  1104.   },
  1105.   {
  1106.     "path": "/wallets/{address}/approvals",
  1107.     "method": "GET",
  1108.     "summary": "Get ERC20 approvals by wallet",
  1109.     "description": "Retrieve active ERC20 token approvals for the specified wallet address",
  1110.     "popularity": 60,
  1111.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-token-approvals",
  1112.     "cu_cost": 100,
  1113.     "rate_limit": 20,
  1114.     "tags": [
  1115.       "wallet"
  1116.     ],
  1117.     "x-tag-sdk": "wallets",
  1118.     "operationId": "getWalletApprovals",
  1119.     "parameters": [
  1120.       "chain",
  1121.       "limit",
  1122.       "cursor",
  1123.       "address"
  1124.     ]
  1125.   },
  1126.   {
  1127.     "path": "/wallets/{address}/profitability",
  1128.     "method": "GET",
  1129.     "summary": "Get Wallet Profitability",
  1130.     "description": "Retrieves profitability information for a specific wallet address. Can be filtered by one or more tokens.",
  1131.     "popularity": 61,
  1132.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-profitability",
  1133.     "cu_cost": 50,
  1134.     "rate_limit": 20,
  1135.     "tags": [
  1136.       "wallet",
  1137.       "trading"
  1138.     ],
  1139.     "x-tag-sdk": "wallets",
  1140.     "operationId": "getWalletProfitability",
  1141.     "parameters": [
  1142.       "address",
  1143.       "days",
  1144.       "chain",
  1145.       "token_addresses"
  1146.     ]
  1147.   },
  1148.   {
  1149.     "path": "/nft/{address}/{token_id}/metadata/resync",
  1150.     "method": "GET",
  1151.     "summary": "Resync NFT metadata",
  1152.     "description": "Resync the metadata for an NFT\n* The metadata flag will request the NFT's metadata from an already existing token_uri\n* The uri (default) flag will fetch the latest token_uri from the given NFT contract address. In sync mode the metadata will also be fetched\n* The sync mode will make the endpoint synchronous so it will wait for the task to be completed before responding\n* The async mode (default) will make the endpoint asynchronous so we will wait for the task to be completed before responding\n",
  1153.     "popularity": 62,
  1154.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/resync-metadata",
  1155.     "cu_cost": 50,
  1156.     "rate_limit": 50,
  1157.     "tags": [
  1158.       "nft",
  1159.       "metadata"
  1160.     ],
  1161.     "x-tag-sdk": "nft",
  1162.     "operationId": "reSyncMetadata",
  1163.     "parameters": [
  1164.       "chain",
  1165.       "address",
  1166.       "token_id",
  1167.       "flag",
  1168.       "mode"
  1169.     ]
  1170.   },
  1171.   {
  1172.     "path": "/tokens/search",
  1173.     "method": "GET",
  1174.     "summary": "The Token Search API",
  1175.     "description": "Cross chain! Lightening fast search for any token address, pair address or token string. We have the best relevancy algorithm to find your token. Demo it on explorer.moralis.com, it's already used by the best wallets",
  1176.     "popularity": 2,
  1177.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/search-tokens",
  1178.     "cu_cost": 150,
  1179.     "rate_limit": 50,
  1180.     "tags": [
  1181.       "tokens",
  1182.       "discovery"
  1183.     ],
  1184.     "x-tag-sdk": "token",
  1185.     "operationId": "searchTokens",
  1186.     "parameters": [
  1187.       "chains",
  1188.       "query",
  1189.       "limit",
  1190.       "isVerifiedContract"
  1191.     ]
  1192.   },
  1193.   {
  1194.     "path": "/pairs/{address}/swaps",
  1195.     "method": "GET",
  1196.     "summary": "All Swaps for a Pair Address",
  1197.     "description": "Get all swap related transactions (buy, sell, add liquidity & remove liquidity). Assuming that the swaps are from supported DEXes, on the chains we support, that match the topics we index.",
  1198.     "popularity": 66,
  1199.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-swaps-by-pair-address",
  1200.     "cu_cost": 50,
  1201.     "rate_limit": 20,
  1202.     "tags": [
  1203.       "tokens",
  1204.       "trading",
  1205.       "swaps"
  1206.     ],
  1207.     "x-tag-sdk": "token",
  1208.     "operationId": "getSwapsByPairAddress",
  1209.     "parameters": [
  1210.       "chain",
  1211.       "address",
  1212.       "cursor",
  1213.       "limit",
  1214.       "fromBlock",
  1215.       "toBlock",
  1216.       "fromDate",
  1217.       "toDate",
  1218.       "order",
  1219.       "transactionTypes"
  1220.     ]
  1221.   },
  1222.   {
  1223.     "path": "/nft/{address}/stats",
  1224.     "method": "GET",
  1225.     "summary": "Get the nft collection stats",
  1226.     "description": "Get the stats for a nft collection address.",
  1227.     "popularity": 69,
  1228.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-collection-stats",
  1229.     "cu_cost": 50,
  1230.     "rate_limit": 50,
  1231.     "tags": [
  1232.       "nft",
  1233.       "nft collections"
  1234.     ],
  1235.     "x-tag-sdk": "nft",
  1236.     "operationId": "getNFTCollectionStats",
  1237.     "parameters": [
  1238.       "chain",
  1239.       "address"
  1240.     ]
  1241.   },
  1242.   {
  1243.     "path": "/discovery/tokens/top-losers",
  1244.     "method": "GET",
  1245.     "summary": "Get tokens with top losers",
  1246.     "description": "Get tokens with top losers",
  1247.     "popularity": 70,
  1248.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-top-losers",
  1249.     "cu_cost": 250,
  1250.     "rate_limit": 250,
  1251.     "tags": [
  1252.       "discovery",
  1253.       "tokens"
  1254.     ],
  1255.     "operationId": "getTopLosersTokens",
  1256.     "parameters": [
  1257.       "chain",
  1258.       "min_market_cap",
  1259.       "security_score",
  1260.       "time_frame"
  1261.     ]
  1262.   },
  1263.   {
  1264.     "path": "/discovery/tokens/top-gainers",
  1265.     "method": "GET",
  1266.     "summary": "Get tokens with top gainers",
  1267.     "description": "Get tokens with top gainers",
  1268.     "popularity": 71,
  1269.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-top-gainers",
  1270.     "cu_cost": 250,
  1271.     "rate_limit": 250,
  1272.     "tags": [
  1273.       "discovery",
  1274.       "tokens"
  1275.     ],
  1276.     "operationId": "getTopGainersTokens",
  1277.     "parameters": [
  1278.       "chain",
  1279.       "min_market_cap",
  1280.       "security_score",
  1281.       "time_frame"
  1282.     ]
  1283.   },
  1284.   {
  1285.     "path": "/discovery/tokens/blue-chip",
  1286.     "method": "GET",
  1287.     "summary": "Get tokens with blue chip",
  1288.     "description": "Get tokens with blue chip",
  1289.     "popularity": 72,
  1290.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-blue-chip",
  1291.     "cu_cost": 250,
  1292.     "rate_limit": 250,
  1293.     "tags": [
  1294.       "discovery",
  1295.       "tokens"
  1296.     ],
  1297.     "operationId": "getBlueChipTokens",
  1298.     "parameters": [
  1299.       "chain",
  1300.       "min_market_cap",
  1301.       "security_score",
  1302.       "min_token_age_in_days",
  1303.       "time_frame"
  1304.     ]
  1305.   },
  1306.   {
  1307.     "path": "/discovery/tokens/solid-performers",
  1308.     "method": "GET",
  1309.     "summary": "Get tokens with solid performance",
  1310.     "description": "Get tokens with solid performance",
  1311.     "popularity": 73,
  1312.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-solid-performance",
  1313.     "cu_cost": 250,
  1314.     "rate_limit": 250,
  1315.     "tags": [
  1316.       "discovery",
  1317.       "tokens"
  1318.     ],
  1319.     "operationId": "getSolidPerformersTokens",
  1320.     "parameters": [
  1321.       "chain",
  1322.       "one_month_net_volume_change_usd",
  1323.       "one_week_net_volume_change_usd",
  1324.       "one_day_net_volume_change_usd",
  1325.       "one_month_volume_change_usd",
  1326.       "security_score",
  1327.       "one_month_price_percent_change_usd"
  1328.     ]
  1329.   },
  1330.   {
  1331.     "path": "/wallets/balances",
  1332.     "method": "GET",
  1333.     "summary": "Get balance for a set of wallet",
  1334.     "description": "Get the native balances for a set of specific addresses",
  1335.     "popularity": 74,
  1336.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-native-balances-for-addresses",
  1337.     "cu_cost": 10,
  1338.     "rate_limit": 10,
  1339.     "tags": [
  1340.       "balances",
  1341.       "wallet"
  1342.     ],
  1343.     "x-tag-sdk": "balance",
  1344.     "operationId": "getNativeBalancesForAddresses",
  1345.     "parameters": [
  1346.       "chain",
  1347.       "to_block",
  1348.       "wallet_addresses"
  1349.     ]
  1350.   },
  1351.   {
  1352.     "path": "/nft/{address}/{token_id}/trades",
  1353.     "method": "GET",
  1354.     "summary": "Get NFT trades by token",
  1355.     "description": "Get trades of NFTs for a given contract and token ID.",
  1356.     "popularity": 75,
  1357.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-trades-by-token",
  1358.     "cu_cost": 40,
  1359.     "rate_limit": 20,
  1360.     "tags": [
  1361.       "nft",
  1362.       "nft collections",
  1363.       "transfers"
  1364.     ],
  1365.     "x-tag-sdk": "nft",
  1366.     "operationId": "getNFTTradesByToken",
  1367.     "parameters": [
  1368.       "chain",
  1369.       "from_block",
  1370.       "to_block",
  1371.       "from_date",
  1372.       "to_date",
  1373.       "cursor",
  1374.       "limit",
  1375.       "nft_metadata",
  1376.       "address",
  1377.       "token_id"
  1378.     ]
  1379.   },
  1380.   {
  1381.     "path": "/tokens/analytics",
  1382.     "method": "POST",
  1383.     "summary": "Get token analytics of a list of token addresses",
  1384.     "description": "Retrieve token analytics of a list of token addresses over different time periods.",
  1385.     "popularity": 76,
  1386.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-multiple-token-analytics",
  1387.     "cu_cost": 150,
  1388.     "rate_limit": 50,
  1389.     "tags": [
  1390.       "tokens",
  1391.       "analytics"
  1392.     ],
  1393.     "x-tag-sdk": "token",
  1394.     "operationId": "getMultipleTokenAnalytics",
  1395.     "parameters": []
  1396.   },
  1397.   {
  1398.     "path": "/nft/{address}/floor-price",
  1399.     "method": "GET",
  1400.     "summary": "Floor Price for an NFT Contract",
  1401.     "description": "Get floor price for a given contract, assuming it's a chain we support and data exists on opensea.",
  1402.     "popularity": 79,
  1403.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-floor-price-by-contract",
  1404.     "cu_cost": 30,
  1405.     "rate_limit": 20,
  1406.     "tags": [
  1407.       "nft",
  1408.       "prices",
  1409.       "nft collections"
  1410.     ],
  1411.     "x-tag-sdk": "nft",
  1412.     "operationId": "getNFTFloorPriceByContract",
  1413.     "parameters": [
  1414.       "chain",
  1415.       "address"
  1416.     ]
  1417.   },
  1418.   {
  1419.     "path": "/dateToBlock",
  1420.     "method": "GET",
  1421.     "summary": "Get block by date",
  1422.     "description": "Get the closest block given the date.",
  1423.     "popularity": 80,
  1424.     "documentation": "https://deep-index.moralis.io/api-docs-2.2/#/Block/getDateToBlock",
  1425.     "cu_cost": 1,
  1426.     "rate_limit": 5,
  1427.     "tags": [
  1428.       "block",
  1429.       "utils"
  1430.     ],
  1431.     "x-tag-sdk": "block",
  1432.     "operationId": "getDateToBlock",
  1433.     "parameters": [
  1434.       "chain",
  1435.       "date"
  1436.     ]
  1437.   },
  1438.   {
  1439.     "path": "/erc20/{token_address}/pairs/stats",
  1440.     "method": "GET",
  1441.     "summary": "Get aggregated token pair statistics by address",
  1442.     "description": "Get aggregated statistics across supported pairs of a token.",
  1443.     "popularity": 81,
  1444.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-aggregated-token-pair-stats?token_address=0x6982508145454ce325ddbe47a25d4ec3d2311933&chain=eth",
  1445.     "cu_cost": 100,
  1446.     "rate_limit": 20,
  1447.     "tags": [
  1448.       "tokens",
  1449.       "pairs",
  1450.       "analytics"
  1451.     ],
  1452.     "x-tag-sdk": "token",
  1453.     "operationId": "getAggregatedTokenPairStats",
  1454.     "parameters": [
  1455.       "token_address",
  1456.       "chain"
  1457.     ]
  1458.   },
  1459.   {
  1460.     "path": "/erc20/{address}/stats",
  1461.     "method": "GET",
  1462.     "summary": "Get the erc20 token stats",
  1463.     "description": "Get the stats for a erc20 token",
  1464.     "popularity": 82,
  1465.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-stats",
  1466.     "cu_cost": 50,
  1467.     "rate_limit": 50,
  1468.     "tags": [
  1469.       "tokens",
  1470.       "utils",
  1471.       "discovery"
  1472.     ],
  1473.     "x-tag-sdk": "token",
  1474.     "operationId": "getTokenStats",
  1475.     "parameters": [
  1476.       "chain",
  1477.       "address"
  1478.     ]
  1479.   },
  1480.   {
  1481.     "path": "/discovery/tokens/risky-bets",
  1482.     "method": "GET",
  1483.     "summary": "Get tokens with risky bets",
  1484.     "description": "Get tokens with risky bets",
  1485.     "popularity": 85,
  1486.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-risky-bets",
  1487.     "cu_cost": 250,
  1488.     "rate_limit": 250,
  1489.     "tags": [
  1490.       "discovery",
  1491.       "tokens"
  1492.     ],
  1493.     "operationId": "getRiskyBetsTokens",
  1494.     "parameters": [
  1495.       "chain",
  1496.       "max_market_cap",
  1497.       "one_week_holders_change",
  1498.       "one_week_net_volume_change_usd",
  1499.       "one_month_volume_change_usd",
  1500.       "security_score",
  1501.       "one_month_price_percent_change_usd"
  1502.     ]
  1503.   },
  1504.   {
  1505.     "path": "/erc20/{address}/top-gainers",
  1506.     "method": "GET",
  1507.     "summary": "Get Top Profitable Wallets for a Token",
  1508.     "description": "Retrieves a list of the top profitable wallets for a specific ERC20 token.",
  1509.     "popularity": 87,
  1510.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-top-profitable-wallet-per-token",
  1511.     "cu_cost": 50,
  1512.     "rate_limit": 50,
  1513.     "tags": [
  1514.       "tokens",
  1515.       "trading"
  1516.     ],
  1517.     "x-tag-sdk": "token",
  1518.     "operationId": "getTopProfitableWalletPerToken",
  1519.     "parameters": [
  1520.       "address",
  1521.       "days",
  1522.       "chain"
  1523.     ]
  1524.   },
  1525.   {
  1526.     "path": "/discovery/tokens/rising-liquidity",
  1527.     "method": "GET",
  1528.     "summary": "Get tokens with rising liquidity",
  1529.     "description": "Get tokens with rising liquidity",
  1530.     "popularity": 88,
  1531.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-rising-liquidity",
  1532.     "cu_cost": 250,
  1533.     "rate_limit": 250,
  1534.     "tags": [
  1535.       "discovery",
  1536.       "tokens"
  1537.     ],
  1538.     "operationId": "getRisingLiquidityTokens",
  1539.     "parameters": [
  1540.       "chain",
  1541.       "one_month_liquidity_change_usd",
  1542.       "min_market_cap",
  1543.       "twitter_followers",
  1544.       "one_month_volume_change_usd",
  1545.       "security_score",
  1546.       "one_month_price_percent_change_usd"
  1547.     ]
  1548.   },
  1549.   {
  1550.     "path": "/discovery/tokens/buying-pressure",
  1551.     "method": "GET",
  1552.     "summary": "Get tokens with buying pressure",
  1553.     "description": "Get tokens with buying pressure",
  1554.     "popularity": 89,
  1555.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-buying-pressure",
  1556.     "cu_cost": 250,
  1557.     "rate_limit": 250,
  1558.     "tags": [
  1559.       "discovery",
  1560.       "tokens"
  1561.     ],
  1562.     "operationId": "getBuyingPressureTokens",
  1563.     "parameters": [
  1564.       "chain",
  1565.       "one_month_net_volume_change_usd",
  1566.       "min_market_cap",
  1567.       "twitter_followers",
  1568.       "one_month_volume_change_usd",
  1569.       "security_score",
  1570.       "one_month_price_percent_change_usd"
  1571.     ]
  1572.   },
  1573.   {
  1574.     "path": "/discovery/tokens/experienced-buyers",
  1575.     "method": "GET",
  1576.     "summary": "Get tokens with experienced buyers",
  1577.     "description": "Get tokens with experienced buyers",
  1578.     "popularity": 90,
  1579.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-tokens-with-experienced-buyers",
  1580.     "cu_cost": 250,
  1581.     "rate_limit": 250,
  1582.     "tags": [
  1583.       "discovery",
  1584.       "tokens"
  1585.     ],
  1586.     "operationId": "getExperiencedBuyersTokens",
  1587.     "parameters": [
  1588.       "chain",
  1589.       "one_week_experienced_net_buyers_change",
  1590.       "min_market_cap",
  1591.       "security_score"
  1592.     ]
  1593.   },
  1594.   {
  1595.     "path": "/wallets/{address}/defi/positions",
  1596.     "method": "GET",
  1597.     "summary": "Get the positions summary of a wallet",
  1598.     "description": "Get the positions summary of a wallet address.",
  1599.     "popularity": 91,
  1600.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-defi-positions-summary",
  1601.     "cu_cost": 50,
  1602.     "rate_limit": 20,
  1603.     "tags": [
  1604.       "wallet",
  1605.       "defi",
  1606.       "tokens",
  1607.       "balances"
  1608.     ],
  1609.     "x-tag-sdk": "wallets",
  1610.     "operationId": "getDefiPositionsSummary",
  1611.     "parameters": [
  1612.       "chain",
  1613.       "address"
  1614.     ]
  1615.   },
  1616.   {
  1617.     "path": "/nft/{address}/trades",
  1618.     "method": "GET",
  1619.     "summary": "Get NFT trades by collection",
  1620.     "description": "Get trades of NFTs for a given contract with the ability to filter by marketplace.",
  1621.     "popularity": 92,
  1622.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/resync-nft-traits-by-collection?address=0x524cab2ec69124574082676e6f654a18df49a048&chain=eth",
  1623.     "cu_cost": 10,
  1624.     "rate_limit": 10,
  1625.     "features": [],
  1626.     "excluded_chains": [
  1627.       "gnosis"
  1628.     ],
  1629.     "notes": [
  1630.       "floor price and collection logo is off chain data",
  1631.       "off chain data only available for Opensea supported chains"
  1632.     ],
  1633.     "tags": [
  1634.       "nft",
  1635.       "nft collections",
  1636.       "transfers"
  1637.     ],
  1638.     "x-tag-sdk": "nft",
  1639.     "operationId": "getNFTTrades",
  1640.     "parameters": [
  1641.       "chain",
  1642.       "from_block",
  1643.       "to_block",
  1644.       "from_date",
  1645.       "to_date",
  1646.       "marketplace",
  1647.       "cursor",
  1648.       "limit",
  1649.       "nft_metadata",
  1650.       "address"
  1651.     ]
  1652.   },
  1653.   {
  1654.     "path": "/nft/{address}/floor-price/historical",
  1655.     "method": "GET",
  1656.     "summary": "Historical Floor Price for NFT",
  1657.     "description": "Get historical floor price for a given contract. Assuming it's a chain we support and data exists on opensea.",
  1658.     "popularity": 93,
  1659.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-historical-floor-price-by-contract",
  1660.     "cu_cost": 50,
  1661.     "rate_limit": 20,
  1662.     "tags": [
  1663.       "nft",
  1664.       "prices",
  1665.       "nft collections"
  1666.     ],
  1667.     "x-tag-sdk": "nft",
  1668.     "operationId": "getNFTHistoricalFloorPriceByContract",
  1669.     "parameters": [
  1670.       "chain",
  1671.       "interval",
  1672.       "address",
  1673.       "cursor"
  1674.     ]
  1675.   },
  1676.   {
  1677.     "path": "/market-data/nfts/hottest-collections",
  1678.     "method": "GET",
  1679.     "summary": "Get hottest NFT collections",
  1680.     "description": "Get the hottest NFT collections by trading volume",
  1681.     "popularity": 94,
  1682.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-top-nft-collections-by-trading-volume",
  1683.     "cu_cost": 200,
  1684.     "rate_limit": 20,
  1685.     "tags": [
  1686.       "discovery",
  1687.       "nft",
  1688.       "nft collections"
  1689.     ],
  1690.     "x-tag-sdk": "marketData",
  1691.     "operationId": "getHottestNFTCollectionsByTradingVolume",
  1692.     "parameters": []
  1693.   },
  1694.   {
  1695.     "path": "/wallets/{address}/defi/summary",
  1696.     "method": "GET",
  1697.     "summary": "Get the defi summary of a wallet",
  1698.     "description": "Get the defi summary of a wallet address.",
  1699.     "popularity": 96,
  1700.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-defi-summary",
  1701.     "cu_cost": 50,
  1702.     "rate_limit": 20,
  1703.     "tags": [
  1704.       "wallet",
  1705.       "defi",
  1706.       "tokens",
  1707.       "balances"
  1708.     ],
  1709.     "x-tag-sdk": "wallets",
  1710.     "operationId": "getDefiSummary",
  1711.     "parameters": [
  1712.       "chain",
  1713.       "address"
  1714.     ]
  1715.   },
  1716.   {
  1717.     "path": "/nft/{address}/{token_id}/price",
  1718.     "method": "GET",
  1719.     "summary": "Get NFT sold price by token",
  1720.     "description": "Get the sold price for an NFT token for the last x days (only trades paid in ETH).",
  1721.     "popularity": 97,
  1722.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-sale-prices",
  1723.     "cu_cost": 30,
  1724.     "rate_limit": 30,
  1725.     "tags": [
  1726.       "nft"
  1727.     ],
  1728.     "x-tag-sdk": "nft",
  1729.     "operationId": "getNFTSalePrices",
  1730.     "parameters": [
  1731.       "chain",
  1732.       "days",
  1733.       "address",
  1734.       "token_id"
  1735.     ]
  1736.   },
  1737.   {
  1738.     "path": "/market-data/nfts/top-collections",
  1739.     "method": "GET",
  1740.     "summary": "Get top NFT collections",
  1741.     "description": "Get the top NFT collections by market cap",
  1742.     "popularity": 98,
  1743.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-top-nft-collections-by-market-cap",
  1744.     "cu_cost": 200,
  1745.     "rate_limit": 20,
  1746.     "tags": [
  1747.       "nft",
  1748.       "nft collections",
  1749.       "trading"
  1750.     ],
  1751.     "x-tag-sdk": "marketData",
  1752.     "operationId": "getTopNFTCollectionsByMarketCap",
  1753.     "parameters": []
  1754.   },
  1755.   {
  1756.     "path": "/{pair_address}/reserves",
  1757.     "method": "GET",
  1758.     "summary": "Get DEX token pair reserves",
  1759.     "description": "Get the liquidity reserves for a given pair address. Only Uniswap V2 based exchanges supported at the moment.",
  1760.     "popularity": 99,
  1761.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-pair-reserves",
  1762.     "cu_cost": 10,
  1763.     "rate_limit": 10,
  1764.     "tags": [
  1765.       "defi"
  1766.     ],
  1767.     "x-tag-sdk": "defi",
  1768.     "operationId": "getPairReserves",
  1769.     "parameters": [
  1770.       "chain",
  1771.       "to_block",
  1772.       "to_date",
  1773.       "pair_address"
  1774.     ]
  1775.   },
  1776.   {
  1777.     "path": "/erc20/{tokenAddress}/bondingStatus",
  1778.     "method": "GET",
  1779.     "summary": "Get the token bonding status",
  1780.     "description": "Get the bonding status for a token address.",
  1781.     "popularity": 100,
  1782.     "documentation": "https://deep-index.moralis.io/api-docs-2.2/#/Token/getTokenBondingStatus",
  1783.     "cu_cost": 1,
  1784.     "rate_limit": 1,
  1785.     "tags": [
  1786.       "tokens",
  1787.       "trading"
  1788.     ],
  1789.     "x-tag-sdk": "token",
  1790.     "operationId": "getTokenBondingStatus",
  1791.     "parameters": [
  1792.       "chain",
  1793.       "tokenAddress"
  1794.     ]
  1795.   },
  1796.   {
  1797.     "path": "/erc20/exchange/{exchangeName}/bonding",
  1798.     "method": "GET",
  1799.     "summary": "Get bonding tokens by exchange",
  1800.     "description": "Get all tokens that are bonding on a specific exchange.",
  1801.     "popularity": 100,
  1802.     "documentation": "https://deep-index.moralis.io/api-docs-2.2/#/Token/getBondingTokensByExchange",
  1803.     "cu_cost": 1,
  1804.     "rate_limit": 1,
  1805.     "tags": [
  1806.       "tokens",
  1807.       "trading"
  1808.     ],
  1809.     "x-tag-sdk": "token",
  1810.     "operationId": "getBondingTokensByExchange",
  1811.     "parameters": [
  1812.       "chain",
  1813.       "exchangeName",
  1814.       "limit",
  1815.       "cursor"
  1816.     ]
  1817.   },
  1818.   {
  1819.     "path": "/erc20/exchange/{exchangeName}/graduated",
  1820.     "method": "GET",
  1821.     "summary": "Get graduated tokens by exchange",
  1822.     "description": "Get all tokens that have graduated on a specific exchange.",
  1823.     "popularity": 100,
  1824.     "documentation": "https://deep-index.moralis.io/api-docs-2.2/#/Token/getGraduatedTokensByExchange",
  1825.     "cu_cost": 1,
  1826.     "rate_limit": 1,
  1827.     "tags": [
  1828.       "tokens",
  1829.       "trading"
  1830.     ],
  1831.     "x-tag-sdk": "token",
  1832.     "operationId": "getGraduatedTokensByExchange",
  1833.     "parameters": [
  1834.       "chain",
  1835.       "exchangeName",
  1836.       "limit",
  1837.       "cursor"
  1838.     ]
  1839.   },
  1840.   {
  1841.     "path": "/erc20/exchange/{exchangeName}/new",
  1842.     "method": "GET",
  1843.     "summary": "Get new tokens by exchange",
  1844.     "description": "Get all new tokens on a specific exchange.",
  1845.     "popularity": 100,
  1846.     "documentation": "https://deep-index.moralis.io/api-docs-2.2/#/Token/getGraduatedTokensByExchange",
  1847.     "cu_cost": 1,
  1848.     "rate_limit": 1,
  1849.     "tags": [
  1850.       "tokens",
  1851.       "trading"
  1852.     ],
  1853.     "x-tag-sdk": "token",
  1854.     "operationId": "getNewTokensByExchange",
  1855.     "parameters": [
  1856.       "chain",
  1857.       "exchangeName",
  1858.       "limit",
  1859.       "cursor"
  1860.     ]
  1861.   },
  1862.   {
  1863.     "path": "/pairs/{address}/snipers",
  1864.     "method": "GET",
  1865.     "summary": "Snipers of a Pair Address.",
  1866.     "description": "Get all sniper related transactions (buy, sell, add liquidity & remove liquidity) within a specific period from the token's launch.",
  1867.     "popularity": 100,
  1868.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-snipers-by-pair-address",
  1869.     "cu_cost": 50,
  1870.     "rate_limit": 20,
  1871.     "tags": [
  1872.       "tokens",
  1873.       "trading",
  1874.       "swaps"
  1875.     ],
  1876.     "x-tag-sdk": "token",
  1877.     "operationId": "getSnipersByPairAddress",
  1878.     "parameters": [
  1879.       "chain",
  1880.       "address",
  1881.       "blocksAfterCreation"
  1882.     ]
  1883.   },
  1884.   {
  1885.     "path": "/market-data/erc20s/top-tokens",
  1886.     "method": "GET",
  1887.     "summary": "Get top ERC20 tokens",
  1888.     "description": "Get the top ERC20 tokens by market cap",
  1889.     "popularity": 101,
  1890.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-top-erc20-tokens-by-market-cap",
  1891.     "cu_cost": 200,
  1892.     "rate_limit": 20,
  1893.     "tags": [
  1894.       "tokens",
  1895.       "trading"
  1896.     ],
  1897.     "x-tag-sdk": "marketData",
  1898.     "operationId": "getTopERC20TokensByMarketCap",
  1899.     "parameters": []
  1900.   },
  1901.   {
  1902.     "path": "/tokens/analytics/timeseries",
  1903.     "method": "POST",
  1904.     "summary": "Retrieve timeseries volume data by token addresses",
  1905.     "description": "Retrieve timeseries volume data by token addresses",
  1906.     "popularity": 102,
  1907.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-timeseries-token-analytics",
  1908.     "cu_cost": 200,
  1909.     "rate_limit": 20,
  1910.     "tags": [
  1911.       "tokens",
  1912.       "trading",
  1913.       "prices",
  1914.       "analytics"
  1915.     ],
  1916.     "x-tag-sdk": "token",
  1917.     "operationId": "getTimeSeriesTokenAnalytics",
  1918.     "parameters": [
  1919.       "timeframe"
  1920.     ]
  1921.   },
  1922.   {
  1923.     "path": "/erc20/metadata/symbols",
  1924.     "method": "GET",
  1925.     "summary": "Get ERC20 token metadata by symbols",
  1926.     "description": "Get the metadata for a list of token symbols (name, symbol, decimals, logo).",
  1927.     "popularity": 103,
  1928.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-token-metadata-by-symbol",
  1929.     "cu_cost": 10,
  1930.     "rate_limit": 10,
  1931.     "tags": [
  1932.       "tokens",
  1933.       "metadata"
  1934.     ],
  1935.     "x-tag-sdk": "token",
  1936.     "operationId": "getTokenMetadataBySymbol",
  1937.     "parameters": [
  1938.       "chain",
  1939.       "symbols"
  1940.     ]
  1941.   },
  1942.   {
  1943.     "path": "/nft/{address}/sync",
  1944.     "method": "PUT",
  1945.     "summary": "Resync NFT Contract",
  1946.     "description": "Initiates a sync of a previously non synced contract.",
  1947.     "popularity": 104,
  1948.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/sync-nft-contract",
  1949.     "cu_cost": 50,
  1950.     "rate_limit": 50,
  1951.     "tags": [
  1952.       "nft",
  1953.       "metadata"
  1954.     ],
  1955.     "x-tag-sdk": "nft",
  1956.     "operationId": "syncNFTContract",
  1957.     "parameters": [
  1958.       "chain",
  1959.       "address"
  1960.     ]
  1961.   },
  1962.   {
  1963.     "path": "/wallets/{address}/defi/{protocol}/positions",
  1964.     "method": "GET",
  1965.     "summary": "Get detailed defi positions by protocol for a wallet",
  1966.     "description": "Get the detailed defi positions by protocol for a wallet address.",
  1967.     "popularity": 107,
  1968.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-defi-positions-by-protocol",
  1969.     "cu_cost": 15,
  1970.     "rate_limit": 10,
  1971.     "tags": [
  1972.       "wallet",
  1973.       "defi",
  1974.       "tokens",
  1975.       "balances"
  1976.     ],
  1977.     "x-tag-sdk": "wallets",
  1978.     "operationId": "getDefiPositionsByProtocol",
  1979.     "parameters": [
  1980.       "chain",
  1981.       "address",
  1982.       "protocol"
  1983.     ]
  1984.   },
  1985.   {
  1986.     "path": "/volume/categories",
  1987.     "method": "GET",
  1988.     "summary": "Get volume and chain data by categories",
  1989.     "description": "Retrieve data for chains including volume and participant statistics over different time periods.",
  1990.     "popularity": 108,
  1991.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-volume-stats-by-category",
  1992.     "cu_cost": 150,
  1993.     "rate_limit": 20,
  1994.     "tags": [
  1995.       "tokens",
  1996.       "analytics"
  1997.     ],
  1998.     "x-tag-sdk": "token",
  1999.     "operationId": "getVolumeStatsByCategory",
  2000.     "parameters": [
  2001.       "chain"
  2002.     ]
  2003.   },
  2004.   {
  2005.     "path": "/market-data/erc20s/top-movers",
  2006.     "method": "GET",
  2007.     "summary": "Get top ERC20 tokens",
  2008.     "description": "Get the top ERC20 tokens by price change",
  2009.     "popularity": 109,
  2010.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-top-erc20-tokens-by-price-movers",
  2011.     "cu_cost": 200,
  2012.     "rate_limit": 20,
  2013.     "tags": [
  2014.       "tokens",
  2015.       "trading"
  2016.     ],
  2017.     "x-tag-sdk": "marketData",
  2018.     "operationId": "getTopERC20TokensByPriceMovers",
  2019.     "parameters": []
  2020.   },
  2021.   {
  2022.     "path": "/resolve/ens/{domain}",
  2023.     "method": "GET",
  2024.     "summary": "ENS lookup by domain",
  2025.     "description": "Resolve a specific ENS domain to its address.",
  2026.     "popularity": 111,
  2027.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/resolve-address",
  2028.     "cu_cost": 10,
  2029.     "rate_limit": 10,
  2030.     "tags": [
  2031.       "utils"
  2032.     ],
  2033.     "x-tag-sdk": "resolve",
  2034.     "operationId": "resolveENSDomain",
  2035.     "parameters": [
  2036.       "domain"
  2037.     ]
  2038.   },
  2039.   {
  2040.     "path": "/nft/{address}/price",
  2041.     "method": "GET",
  2042.     "summary": "Get NFT sold price by collection",
  2043.     "description": "Get the sold price for an NFT contract for the last x days (only trades paid in ETH).",
  2044.     "popularity": 112,
  2045.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-contract-sale-prices",
  2046.     "cu_cost": 30,
  2047.     "rate_limit": 30,
  2048.     "tags": [
  2049.       "nft",
  2050.       "nft collections"
  2051.     ],
  2052.     "x-tag-sdk": "nft",
  2053.     "operationId": "getNFTContractSalePrices",
  2054.     "parameters": [
  2055.       "chain",
  2056.       "days",
  2057.       "address"
  2058.     ]
  2059.   },
  2060.   {
  2061.     "path": "/wallets/{address}/nfts/trades",
  2062.     "method": "GET",
  2063.     "summary": "Get NFT trades by wallet address",
  2064.     "description": "Get trades of NFTs for a given wallet.",
  2065.     "popularity": 113,
  2066.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-trades-by-wallet",
  2067.     "cu_cost": 40,
  2068.     "rate_limit": 20,
  2069.     "tags": [
  2070.       "nft",
  2071.       "wallet",
  2072.       "transfers"
  2073.     ],
  2074.     "x-tag-sdk": "nft",
  2075.     "operationId": "getNFTTradesByWallet",
  2076.     "parameters": [
  2077.       "chain",
  2078.       "from_block",
  2079.       "to_block",
  2080.       "from_date",
  2081.       "to_date",
  2082.       "cursor",
  2083.       "limit",
  2084.       "nft_metadata",
  2085.       "address"
  2086.     ]
  2087.   },
  2088.   {
  2089.     "path": "/resolve/{address}/domain",
  2090.     "method": "GET",
  2091.     "summary": "Resolve Address to Unstoppable domain",
  2092.     "description": "Resolve a specific address to its Unstoppable domain",
  2093.     "popularity": 114,
  2094.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/resolve-address-to-domain",
  2095.     "cu_cost": 10,
  2096.     "rate_limit": 10,
  2097.     "tags": [
  2098.       "utils"
  2099.     ],
  2100.     "x-tag-sdk": "resolve",
  2101.     "operationId": "resolveAddressToDomain",
  2102.     "parameters": [
  2103.       "currency",
  2104.       "address"
  2105.     ]
  2106.   },
  2107.   {
  2108.     "path": "/volume/chains",
  2109.     "method": "GET",
  2110.     "summary": "Get volume and chain data",
  2111.     "description": "Retrieve data for chains including volume and participant statistics over different time periods.",
  2112.     "popularity": 115,
  2113.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-volume-stats-by-chain",
  2114.     "cu_cost": 150,
  2115.     "rate_limit": 20,
  2116.     "tags": [
  2117.       "tokens",
  2118.       "analytics"
  2119.     ],
  2120.     "x-tag-sdk": "token",
  2121.     "operationId": "getVolumeStatsByChain",
  2122.     "parameters": []
  2123.   },
  2124.   {
  2125.     "path": "/nft/{address}/nfts-by-traits",
  2126.     "method": "POST",
  2127.     "summary": "Get NFTs by traits",
  2128.     "description": "Get NFTs by traits for a given contract.",
  2129.     "popularity": 117,
  2130.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nfts-by-traits?traits={%22Legendary%22:%22Astronaut%22}&address=0x524cab2ec69124574082676e6f654a18df49a048&chain=eth&format=decimal&media_items=false",
  2131.     "cu_cost": 50,
  2132.     "rate_limit": 20,
  2133.     "features": [
  2134.       "list the traits for an NFT contract"
  2135.     ],
  2136.     "excluded_chains": [
  2137.       "gnosis"
  2138.     ],
  2139.     "notes": [
  2140.       "Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection."
  2141.     ],
  2142.     "tags": [
  2143.       "nft",
  2144.       "nft collections",
  2145.       "metadata"
  2146.     ],
  2147.     "x-tag-sdk": "nft",
  2148.     "operationId": "getNFTByContractTraits",
  2149.     "parameters": [
  2150.       "chain",
  2151.       "address",
  2152.       "limit",
  2153.       "cursor",
  2154.       "format",
  2155.       "normalizeMetadata",
  2156.       "media_items",
  2157.       "json"
  2158.     ]
  2159.   },
  2160.   {
  2161.     "path": "/volume/timeseries",
  2162.     "method": "GET",
  2163.     "summary": " Retrieve timeseries volume data by chain",
  2164.     "description": " Retrieve timeseries volume data by chain",
  2165.     "popularity": 118,
  2166.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-time-series-volume",
  2167.     "cu_cost": 150,
  2168.     "rate_limit": 20,
  2169.     "tags": [
  2170.       "tokens",
  2171.       "prices",
  2172.       "trading",
  2173.       "analytics"
  2174.     ],
  2175.     "x-tag-sdk": "token",
  2176.     "operationId": "getTimeSeriesVolume",
  2177.     "parameters": [
  2178.       "chain",
  2179.       "timeframe"
  2180.     ]
  2181.   },
  2182.   {
  2183.     "path": "/volume/timeseries/{categoryId}",
  2184.     "method": "GET",
  2185.     "summary": "Retrieve timeseries volume data by category",
  2186.     "description": "Retrieve timeseries volume data by category",
  2187.     "popularity": 119,
  2188.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-timeseries-volume-by-category",
  2189.     "cu_cost": 150,
  2190.     "rate_limit": 20,
  2191.     "tags": [
  2192.       "tokens",
  2193.       "trading",
  2194.       "prices",
  2195.       "analytics"
  2196.     ],
  2197.     "x-tag-sdk": "token",
  2198.     "operationId": "getTimeSeriesVolumeByCategory",
  2199.     "parameters": [
  2200.       "chain",
  2201.       "timeframe",
  2202.       "categoryId"
  2203.     ]
  2204.   },
  2205.   {
  2206.     "path": "/nft/{address}/{token_id}/floor-price",
  2207.     "method": "GET",
  2208.     "summary": "Get NFT floor price by token",
  2209.     "description": "Get floor price for a given token.",
  2210.     "popularity": 121,
  2211.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-floor-price-by-token",
  2212.     "cu_cost": 30,
  2213.     "rate_limit": 20,
  2214.     "tags": [
  2215.       "nft",
  2216.       "prices",
  2217.       "nft collections"
  2218.     ],
  2219.     "x-tag-sdk": "nft",
  2220.     "operationId": "getNFTFloorPriceByToken",
  2221.     "parameters": [
  2222.       "chain",
  2223.       "address",
  2224.       "token_id"
  2225.     ]
  2226.   },
  2227.   {
  2228.     "path": "/resolve/{domain}",
  2229.     "method": "GET",
  2230.     "summary": "Resolve Unstoppable domain",
  2231.     "description": "Resolve a specific Unstoppable domain to its address.",
  2232.     "popularity": 122,
  2233.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/resolve-domain",
  2234.     "cu_cost": 10,
  2235.     "rate_limit": 10,
  2236.     "tags": [
  2237.       "utils"
  2238.     ],
  2239.     "x-tag-sdk": "resolve",
  2240.     "operationId": "resolveDomain",
  2241.     "parameters": [
  2242.       "currency",
  2243.       "domain"
  2244.     ]
  2245.   },
  2246.   {
  2247.     "path": "/entities/categories/{categoryId}",
  2248.     "method": "GET",
  2249.     "summary": "Get Entities By Category",
  2250.     "description": "Get entities by category",
  2251.     "popularity": 123,
  2252.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/entity-api/get-entities-by-category",
  2253.     "cu_cost": 50,
  2254.     "rate_limit": 20,
  2255.     "tags": [
  2256.       "utils"
  2257.     ],
  2258.     "x-tag-sdk": "entities",
  2259.     "operationId": "getEntitiesByCategory",
  2260.     "parameters": [
  2261.       "categoryId",
  2262.       "limit"
  2263.     ]
  2264.   },
  2265.   {
  2266.     "path": "/entities/search",
  2267.     "method": "GET",
  2268.     "summary": "Search Entities",
  2269.     "description": "Search for entities, addresses and categories",
  2270.     "popularity": 124,
  2271.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/entity-api/search-entities",
  2272.     "cu_cost": 50,
  2273.     "rate_limit": 20,
  2274.     "tags": [
  2275.       "utils"
  2276.     ],
  2277.     "x-tag-sdk": "entities",
  2278.     "operationId": "searchEntities",
  2279.     "parameters": [
  2280.       "query",
  2281.       "limit"
  2282.     ]
  2283.   },
  2284.   {
  2285.     "path": "/nft/{address}/traits/paginate",
  2286.     "method": "POST",
  2287.     "summary": "Get NFTs by traits",
  2288.     "description": "Get NFTs by traits for a given contract.",
  2289.     "popularity": 125,
  2290.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-nft-traits-by-collection-paginate?address=0x524cab2ec69124574082676e6f654a18df49a048&chain=eth&order=DESC",
  2291.     "cu_cost": 10,
  2292.     "rate_limit": 10,
  2293.     "features": [
  2294.       "list the metadata traits for an NFT collection"
  2295.     ],
  2296.     "excluded_chains": [
  2297.       "gnosis"
  2298.     ],
  2299.     "notes": [
  2300.       "There is a non-paginated version of this endpoint"
  2301.     ],
  2302.     "tags": [
  2303.       "nft",
  2304.       "nft collections",
  2305.       "metadata"
  2306.     ],
  2307.     "x-tag-sdk": "nft",
  2308.     "operationId": "getNFTByContractTraits",
  2309.     "parameters": [
  2310.       "chain",
  2311.       "address",
  2312.       "limit",
  2313.       "cursor",
  2314.       "format",
  2315.       "normalizeMetadata",
  2316.       "media_items"
  2317.     ]
  2318.   },
  2319.   {
  2320.     "path": "/entities/{entityId}",
  2321.     "method": "GET",
  2322.     "summary": "Get Entity By Id",
  2323.     "description": "Get entity by id",
  2324.     "popularity": 126,
  2325.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/entity-api/get-entity-by-id",
  2326.     "cu_cost": 50,
  2327.     "rate_limit": 20,
  2328.     "tags": [
  2329.       "utils"
  2330.     ],
  2331.     "x-tag-sdk": "entities",
  2332.     "operationId": "getEntity",
  2333.     "parameters": [
  2334.       "entityId"
  2335.     ]
  2336.   },
  2337.   {
  2338.     "path": "/entities/categories",
  2339.     "method": "GET",
  2340.     "summary": "Get Entity Categories",
  2341.     "description": "Get entity categories",
  2342.     "popularity": 127,
  2343.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/entity-api/get-entity-categories",
  2344.     "cu_cost": 10,
  2345.     "rate_limit": 20,
  2346.     "tags": [
  2347.       "utils"
  2348.     ],
  2349.     "x-tag-sdk": "entities",
  2350.     "operationId": "getEntityCategories",
  2351.     "parameters": [
  2352.       "limit"
  2353.     ]
  2354.   },
  2355.   {
  2356.     "path": "/nft/{address}/traits/resync",
  2357.     "method": "GET",
  2358.     "summary": "Resync NFT Trait",
  2359.     "description": "Resync the NFT Trait for a given contract.",
  2360.     "popularity": 129,
  2361.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/resync-nft-traits-by-collection?address=0x524cab2ec69124574082676e6f654a18df49a048&chain=eth",
  2362.     "cu_cost": 10,
  2363.     "rate_limit": 10,
  2364.     "features": [],
  2365.     "excluded_chains": [
  2366.       "gnosis"
  2367.     ],
  2368.     "notes": [],
  2369.     "tags": [
  2370.       "nft",
  2371.       "nft collections",
  2372.       "metadata"
  2373.     ],
  2374.     "x-tag-sdk": "nft",
  2375.     "operationId": "resyncNFTRarity",
  2376.     "parameters": [
  2377.       "chain",
  2378.       "address"
  2379.     ]
  2380.   },
  2381.   {
  2382.     "path": "/erc20/{tokenAddress}/holders/historical",
  2383.     "method": "GET",
  2384.     "summary": "Get historical holders change",
  2385.     "description": "Get token holder summary",
  2386.     "popularity": 136,
  2387.     "documentation": "https://docs.moralis.com/web3-data-api/evm/reference/get-historical-token-holders",
  2388.     "cu_cost": 50,
  2389.     "rate_limit": 20,
  2390.     "tags": [
  2391.       "tokens",
  2392.       "holders"
  2393.     ],
  2394.     "x-tag-sdk": "token",
  2395.     "operationId": "getHistoricalTokenHolders",
  2396.     "parameters": [
  2397.       "chain",
  2398.       "tokenAddress",
  2399.       "fromDate",
  2400.       "toDate",
  2401.       "limit",
  2402.       "cursor",
  2403.       "timeFrame"
  2404.     ]
  2405.   }
  2406. ]
Advertisement
Add Comment
Please, Sign In to add comment