Get NFT Owner Information π - /nft/{mint}/owner
Path Parameters
Name
Type
Description
mint
str
The id of the NFT to retrieve the owner information of
Return Type
Name
Type
mint
str
wallet_address
str
member
dict
Description
This endpoint returns the owner information for a specific NFT, including the NFT id, wallet address of the owner, and information about the owner (if available).
Example Usage
import requests
mint = "6rzjrKj7AJzK6xK7pjK6xK7pjK6xK7pjK6xK7pjK6xK7pjK6xK7p"
response = requests.get(f"https://your-domain.com/nft/{mint}/owner")
print(response.json())Example Response
PreviousGet Multiple NFT Metadata π - /nft/metadata/multiple/NextRetrieve Holder Snapshot for NFT π - /nft/holder_snapshot
Last updated
Was this helpful?