Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
YosephKS committed Jun 23, 2023
2 parents 7673aef + a8cca3c commit 0f96ba7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions blog/blog/2023-06-23-address-labels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Address Labels"
slug: "address-labels"
authors:
name: Reuben Salisbury
tags: [Web3 Data API]
---

Our ERC20 transfers, NFT transfers and transaction endpoints have just got an upgrade!

All endpoints that currently return a `to_address` and/or `from_address` will now include an additional `to_address_label` and `from_address_less` respectively 🤩

These labels reflect publicly known addresses such as `Coinbase`, `Binance`, `Uniswap v3`, `1inch` etc; as well as specific addresses such as `Uniswap v2: Router 2` 🔥

Perfect for adding extra detail into your wallet applications and transaction analytics 🙌
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 2
sidebar_label: Resolve Address to Unstoppable domain
sidebar_label: Unstoppable Lookup by Address
slug: /web3-data-api/evm/reference/resolve-address-to-domain
---

import ApiReference from "@site/src/components/ApiReference";
import config from "@site/docs/configs/api-reference/configs.json";

# Resolve Address to Unstoppable domain
# Unstoppable Lookup by Address

<ApiReference {...config.resolve.resolveAddressToDomain} />

0 comments on commit 0f96ba7

Please sign in to comment.