Get Guild Royalty Dashboard πΈ - /nft/guild_royalty_data/{guild_id}/dashboard
Path Parameters
Parameter
Description
Return Type
Parameter
Type
Example Usage
# Get the dashboard for guild with ID 12345
response = requests.get("/nft/guild_royalty_data/12345/dashboard")
print(response.content)PreviousGet NFT π - /nft/moonrank/{mint_address}NextGet Multiple NFT Metadata π - /nft/metadata/multiple/
Last updated