Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Mar 3, 2025
2 parents dc4281f + 9f93918 commit dc07381
Show file tree
Hide file tree
Showing 124 changed files with 3,631 additions and 3,578 deletions.
117 changes: 115 additions & 2 deletions api/data/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ export const redirects = [
},
{
source: "/reference/gettokenallowance",
destination: "/web3-data-api/evm/reference/get-token-allowance",
destination: "",
permanent: true,
},
{
Expand Down Expand Up @@ -5841,7 +5841,7 @@ export const redirects = [
},
{
source: "/web3-data-api/reference/get-token-allowance",
destination: "/web3-data-api/evm/reference/get-token-allowance",
destination: "",
permanent: true,
},
{
Expand Down Expand Up @@ -6907,4 +6907,117 @@ export const redirects = [
destination: "/web3-data-api/evm/reference/wallet-api/resolve-domain",
permanent: true,
},
{
source: "/market-insights-api/reference/get-trending-tokens",
destination: "/web3-data-api/evm/reference/get-trending-tokens",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-top-gainers",
destination: "/web3-data-api/evm/reference/get-tokens-with-top-gainers",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-top-losers",
destination: "/web3-data-api/evm/reference/get-tokens-with-top-losers",
permanent: true,
},
{
source: "/market-insights-api/reference/get-top-erc20-tokens-by-market-cap",
destination:
"/web3-data-api/evm/reference/get-top-erc20-tokens-by-market-cap",
permanent: true,
},
{
source:
"/market-insights-api/reference/get-top-nft-collections-by-market-cap",
destination:
"/web3-data-api/evm/reference/get-top-nft-collections-by-market-cap",
permanent: true,
},
{
source:
"/market-insights-api/reference/get-top-nft-collections-by-trading-volume",
destination:
"/web3-data-api/evm/reference/get-top-nft-collections-by-trading-volume",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-rising-liquidity",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-buying-pressure",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-experienced-buyers",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-solid-performance",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-blue-chip",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/get-tokens-with-risky-bets",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source:
"/market-insights-api/reference/get-top-erc20-tokens-by-price-movers",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source:
"/market-insights-api/reference/get-top-crypto-currencies-by-market-cap",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source:
"/market-insights-api/reference/get-top-crypto-currencies-by-trading-volume",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/market-data-api/overview",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/discovery-api/overview",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/why-did-it-move-api/overview",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference/why-did-it-move-api/news",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api/reference",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
{
source: "/market-insights-api",
destination: "/web3-data-api/evm/reference/token-api",
permanent: true,
},
];
8 changes: 4 additions & 4 deletions blog/2023-01-12-disable-total-for-faster-response-times.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ If you rely on a `total` count value, you will need to explicitly set the `disab
- [Get NFTs by contract](/web3-data-api/evm/reference/get-contract-nfts)
- [Get NFTs owners by contract](/web3-data-api/evm/reference/get-nft-owners)
- [Get NFT transfers by contract](/web3-data-api/evm/reference/get-nft-contract-transfers)
- [Get NFT transfers from a block to block](/web3-data-api/evm/reference/get-nft-transfers-from-to-block)
- [Get NFT transfers by block](/web3-data-api/evm/reference/get-nft-transfers-by-block)
- [Get NFT trades by marketplace](/web3-data-api/evm/reference/get-nft-trades)
- [Get NFT transfers from a block to block]
- [Get NFT transfers by block]
- [Get NFT trades by contract](/web3-data-api/evm/reference/get-nft-trades)
- [Get NFT transfers by token ID](/web3-data-api/evm/reference/get-nft-transfers)
- [Get NFT owners token ID](/web3-data-api/evm/reference/get-nft-token-id-owners)
- [Search NFTs](/2.0/web3-data-api/evm/reference/search-nfts)
- [Get ERC20 token transfers by wallet](/web3-data-api/evm/reference/get-wallet-token-transfers)
- [Get ERC20 token transfers by contract](/web3-data-api/evm/reference/get-token-transfers)
- [Get native transactions by wallet](/web3-data-api/evm/reference/get-wallet-transactions)
- [Get verbose transactions by wallet](/web3-data-api/evm/reference/get-decoded-wallet-transaction)
- [Get logs by contract](/web3-data-api/evm/reference/get-contract-logs)
- [Get logs by contract]
8 changes: 4 additions & 4 deletions blog/2023-02-01-disable-total-set-to-true.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ This flag now defaults to `true` and the `total` response will be returned as `n
- [Get NFTs by contract](/web3-data-api/evm/reference/get-contract-nfts)
- [Get NFTs owners by contract](/web3-data-api/evm/reference/get-nft-owners)
- [Get NFT transfers by contract](/web3-data-api/evm/reference/get-nft-contract-transfers)
- [Get NFT transfers from a block to block](/web3-data-api/evm/reference/get-nft-transfers-from-to-block)
- [Get NFT transfers by block](/web3-data-api/evm/reference/get-nft-transfers-by-block)
- [Get NFT trades by marketplace](/web3-data-api/evm/reference/get-nft-trades)
- [Get NFT transfers from a block to block]
- [Get NFT transfers by block]
- [Get NFT trades by contract](/web3-data-api/evm/reference/get-nft-trades)
- [Get NFT transfers by token ID](/web3-data-api/evm/reference/get-nft-transfers)
- [Get NFT owners token ID](/web3-data-api/evm/reference/get-nft-token-id-owners)
- [Search NFTs](/2.0/web3-data-api/evm/reference/search-nfts)
- [Get ERC20 token transfers by wallet](/web3-data-api/evm/reference/get-wallet-token-transfers)
- [Get ERC20 token transfers by contract](/web3-data-api/evm/reference/get-token-transfers)
- [Get native transactions by wallet](/web3-data-api/evm/reference/get-wallet-transactions)
- [Get logs by contract](/web3-data-api/evm/reference/get-contract-logs)
- [Get logs by contract]
34 changes: 17 additions & 17 deletions blog/2023-03-14-planned-cu-change-across-multiple-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ tags: [Notice]

From 28th March 2023, the compute units (CUs) charged on the below endpoints will be changing as per the following table:

| Endpoint | Compute Units |
| ---------------------------------------------------------------------------- | ------------- |
| [`/erc20/{address}/price`](/web3-data-api/evm/reference/get-token-price) | 10 |
| [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 5 |
| [`/{address}/logs`](/web3-data-api/evm/reference/get-contract-logs) | 5 |
| [`/{address}/erc20`](/web3-data-api/evm/reference/get-wallet-token-balances) | 10 |
| [`/erc20/mints`](/2.0/web3-data-api/evm/reference/get-erc20-mints) | 10 |
| [`/erc20/burns`](/2.0/web3-data-api/evm/reference/get-erc20-burns) | 10 |
| [`/erc20/approvals`](/2.0/web3-data-api/evm/reference/get-erc20-approvals) | 10 |
| [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 10 |
| [`/{address}/erc20/transfers`](/web3-data-api/evm/reference/get-wallet-token-transfers) | 5 |
| [`/erc20/{address}/transfers`](/web3-data-api/evm/reference/get-token-transfers) | 10 |
| Endpoint | Compute Units |
| --------------------------------------------------------------------------------------- | ------------- |
| [`/erc20/{address}/price`](/web3-data-api/evm/reference/get-token-price) | 10 |
| [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 5 |
| [`/{address}/logs`] | 5 |
| [`/{address}/erc20`](/web3-data-api/evm/reference/get-wallet-token-balances) | 10 |
| [`/erc20/mints`](/2.0/web3-data-api/evm/reference/get-erc20-mints) | 10 |
| [`/erc20/burns`](/2.0/web3-data-api/evm/reference/get-erc20-burns) | 10 |
| [`/erc20/approvals`](/2.0/web3-data-api/evm/reference/get-erc20-approvals) | 10 |
| [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 10 |
| [`/{address}/erc20/transfers`](/web3-data-api/evm/reference/get-wallet-token-transfers) | 5 |
| [`/erc20/{address}/transfers`](/web3-data-api/evm/reference/get-token-transfers) | 10 |

Similarly, the CUs charged for the following query parameter will be changing:

| Query Parameter | Previous Compute Units | New Compute Units |
| ------------------------------- | ---------------------- | ----------------- |
| `include=internal_transactions` on [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 0 | 5 |
| `include=internal_transactions` on [`/transaction/{transaction_hash}`](/web3-data-api/evm/reference/get-transaction) | 0 | 3 |
| `include=internal_transactions` on [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 0 | 10 |
| Query Parameter | Previous Compute Units | New Compute Units |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------- | ----------------- |
| `include=internal_transactions` on [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 0 | 5 |
| `include=internal_transactions` on [`/transaction/{transaction_hash}`](/web3-data-api/evm/reference/get-transaction) | 0 | 3 |
| `include=internal_transactions` on [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 0 | 10 |

For more information about what CUs are and how they're charged, visit our [Compute Units page](/web3-data-api/evm/reference/compute-units-cu).
18 changes: 9 additions & 9 deletions blog/2023-03-28-cu-change-across-multiple-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ As outlined in an [earlier post](/changelog/planned-cu-increase-across-multiple-
| --------------------------------------------------------------------------------------- | ---------------------- | ----------------- |
| [`/erc20/{address}/price`](/web3-data-api/evm/reference/get-token-price) | 3 | 10 |
| [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 1 | 5 |
| [`/{address}/logs`](/web3-data-api/evm/reference/get-contract-logs) | 2 | 5 |
| [`/{address}/logs`] | 2 | 5 |
| [`/{address}/erc20`](/web3-data-api/evm/reference/get-wallet-token-balances) | 5 | 10 |
| [`/erc20/mints`](/2.0/web3-data-api/evm/reference/get-erc20-mints) | 5 | 10 |
| [`/erc20/burns`](/2.0/web3-data-api/evm/reference/get-erc20-burns) | 5 | 10 |
| [`/erc20/approvals`](/2.0/web3-data-api/evm/reference/get-erc20-approvals) | 5 | 10 |
| [`/erc20/mints`](/2.0/web3-data-api/evm/reference/get-erc20-mints) | 5 | 10 |
| [`/erc20/burns`](/2.0/web3-data-api/evm/reference/get-erc20-burns) | 5 | 10 |
| [`/erc20/approvals`](/2.0/web3-data-api/evm/reference/get-erc20-approvals) | 5 | 10 |
| [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 5 | 10 |
| [`/{address}/erc20/transfers`](/web3-data-api/evm/reference/get-wallet-token-transfers) | 2 | 5 |
| [`/erc20/{address}/transfers`](/web3-data-api/evm/reference/get-token-transfers) | 2 | 10 |

Similarly, the CUs charged for the following query parameter has changed:

| Query Parameter | Previous Compute Units | New Compute Units |
| ------------------------------- | ---------------------- | ----------------- |
| `include=internal_transactions` on [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 0 | 5 |
| `include=internal_transactions` on [`/transaction/{transaction_hash}`](/web3-data-api/evm/reference/get-transaction) | 0 | 3 |
| `include=internal_transactions` on [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 0 | 10 |
| Query Parameter | Previous Compute Units | New Compute Units |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------- | ----------------- |
| `include=internal_transactions` on [`/{address}`](/web3-data-api/evm/reference/get-wallet-transactions) | 0 | 5 |
| `include=internal_transactions` on [`/transaction/{transaction_hash}`](/web3-data-api/evm/reference/get-transaction) | 0 | 3 |
| `include=internal_transactions` on [`/block/{block_number_or_hash}`](/web3-data-api/evm/reference/get-block) | 0 | 10 |

For more information about what CUs are and how they're charged, visit our [Compute Units page](/web3-data-api/evm/reference/compute-units-cu).
12 changes: 6 additions & 6 deletions blog/2023-05-05-market-data-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ tags: [Web3 Data API]

Today we're extremely excited to announce the launch of a new product, our Market Data API! 🚀

Our Market Data API allows you to explore the latest trends in NFT collections, keep an eye on the top coins, and monitor the largest ERC20 gainers and losers.
Our Market Data API allows you to explore the latest trends in NFT collections, keep an eye on the top coins, and monitor the largest ERC20 gainers and losers.

We're introducing four new endpoints with this launch, including:

- [ERC20 top movers](/market-insights-api/reference/get-top-erc20-tokens-by-market-cap)
- [ERC20 top 50 tokens](/market-insights-api/reference/get-top-erc20-tokens-by-price-movers)
- [Top NFT collections by market cap](/market-insights-api/reference/get-top-nft-collections-by-market-cap)
- [Hot NFT collections by trading volume](/market-insights-api/reference/get-top-nft-collections-by-trading-volume)
- [ERC20 top movers]
- [ERC20 top 50 tokens]
- [Top NFT collections by market cap]
- [Hot NFT collections by trading volume]

[Check out our docs](https://docs.moralis.io/web3-data-api/evm/market-data-api) for more information about these new endpoints, as well as how to share feedback for its next iteration.
[Check out our docs] for more information about these new endpoints, as well as how to share feedback for its next iteration.
Loading

0 comments on commit dc07381

Please sign in to comment.