MoralisWeb3 / docs

Official documentation of Moralis Web3
https://docs.moralis.com
28 stars 123 forks source link

Feature request for: /web3-data-api/evm/reference/get-token-stats #258

Closed cszevsys closed 1 year ago

cszevsys commented 1 year ago

Is your feature request related to a problem? Please describe. Get ERC20 token transfers by wallet will filter out those transaction from/ to zero address.

Describe the solution you'd like I want to include it as well cause the token stats total count is including these transaction which cause my total size and list mismatch.

Describe alternatives you've considered

Additional context

image image
cszevsys commented 1 year ago

it is actually 3 transactions in total but only show 1

cszevsys commented 1 year ago
image
Nazeim commented 1 year ago

Hello @cszevsys , Please use https://forum.moralis.io/ to resolve your issue.

cszevsys commented 1 year ago

Hello @cszevsys , Please use https://forum.moralis.io/ to resolve your issue.

the disable_total flag is no longer supported

cszevsys commented 1 year ago

@Nazeim

JohnVersus commented 1 year ago

Hi @cszevsys

disable_total has been depreciated. Please have a look at the below migration guide.
https://docs.moralis.io/web3-data-api/breaking-changes/migration-guide

For reporting any issues related to API please use https://forum.moralis.io, as this repository is only for API documentation.