Neynar · Schema

EthAddress

Ethereum address

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

ethaddress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/EthAddress",
  "title": "EthAddress",
  "description": "Ethereum address",
  "example": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
  "pattern": "^0x[a-fA-F0-9]{40}$",
  "type": "string"
}