Skip to content

Commit

Permalink
changing description for Solana address route
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji committed Feb 24, 2024
1 parent 846cac9 commit 9499aaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1429,14 +1429,16 @@ paths:
get:
tags:
- User
summary: Fetches all users based on multiple Ethereum addresses
description: Fetches all users based on multiple Ethereum addresses.
summary: Fetches users based on Eth or Sol addresses
description: Fetches all users based on multiple Ethereum or Solana addresses.


Each farcaster user has a custody Ethereum address and optionally verified Ethereum addresses. This endpoint returns all users that have any of the given addresses as their custody or verified Ethereum addresses.
Each farcaster user has a custody Ethereum address and optionally verified Ethereum or Solana addresses. This endpoint returns all users that have any of the given addresses as their custody or verified Ethereum or Solana addresses.


A custody address can be associated with only 1 farcaster user at a time but a verified address can be associated with multiple users.

You can pass in Ethereum and Solana addresses, comma separated, in the same request. The response will contain users associated with the given addresses.
externalDocs:
url: https://docs.neynar.com/reference/user-bulk-by-address
operationId: user-bulk-by-address
Expand Down

0 comments on commit 9499aaa

Please sign in to comment.