added
2022-11-02
Posted by Andrii Yasinsky about 2 months ago
[Wallet Intelligence API] We've released new endpoints on Ethereum:
improved
2022-10-31
Posted by Andrii Yasinsky about 2 months ago
- [Tokens API]
GetTokenMetadata
endpoint returns a token quantity (could be greater than 1 for ERC-1155s) and the number of wallets that own the token.
added
2022-10-21
Posted by Andrii Yasinsky about 2 months ago
- [Wallet Intelligence API] Has been released, with the
GetNfts
endpoint which returns NFTs owned by a given address with spam labels in the response. In addition it has spam filtering capabilities on Ethereum.
added
2022-10-13
Posted by Andrii Yasinsky about 2 months ago
- New labels introduced on the Transfer Insights endpoint on Polygon:
- Indicating the type of transaction: BUNDLE and SWAP;
- Indicating the specific marketplaces involved, starts with the prefix "MARKETPLACE".
- New
attributedBy
field introduced to thesenderReceived
andrecipientPaid
sections on the Transfer Insights endpoint on Polygon, explaining how the price was attributed.
added
2022-10-05
Posted by Andrii Yasinsky about 2 months ago
- ENS Lookup:
- The ENS Entity By Name and Entity By Address endpoints now return a new boolean field
matchesReverseRecord
which is set to true when the ENS Entity matches the reverse record set for an address.
- The ENS Entity By Name and Entity By Address endpoints now return a new boolean field
added
2022-10-04
Posted by Andrii Yasinsky about 2 months ago
- [NEW] Token Traits release:
- New
GetTokenTraits
endpoint that allows fetching the Traits defined in the tokens Metadata (released on both Ethereum and Polygon - New
CollectionTraits
endpoint that allows getting trait summaries on a collection level (released on both Ethereum and Polygon) NFTs By Contract
allows filtering by Traits (released on both Ethereum and Polygon)
- New
added
2022-09-27
Posted by Andrii Yasinsky about 2 months ago
- New labels introduced on Transfer Insights endpoint Ethereum:
- Indicates the type of transaction:
BUNDLE
andSWAP
; - Indicates the specific marketplaces involved, starts with the prefix
MARKETPLACE_
.
- Indicates the type of transaction:
- New
attributedBy
field introduced tosenderReceived
andrecipientPaid
sections on Transfer Insights endpoint Ethereum, explaining how the price was attributed.
added
2022-09-07
Posted by Andrii Yasinsky about 2 months ago
- [Image Caching] We now support caching. Our Ethereum endpoints that return NFT images return cached images in the URI field (when available) in addition to the original URI.
improved
2022-08-31
Posted by Andrii Yasinsky about 2 months ago
- [NEW] Transfer Insights endpoints now allow filtering by transaction type label (mint, burn, sale, transfer). In addition, these endpoints now return a list of the transaction type labels associated with the transfer for both Ethereum and Polygon. With this update, we have soft-deprecated the
transferType
attribute on the Transfer Insights endpoints.
added
2022-08-12
Posted by Andrii Yasinsky about 2 months ago
- [NEW] Owners count by contract endpoint has been released for Polygon