Skip to main content

Bookmarks

Two tools for reading and managing the current user’s bookmarks — saved wallets, contracts, and transactions.

Get Bookmarks

Fetches all bookmarks for the authenticated user, grouped by type.

Returns

  • Contracts — Address, blockchain, contract name, and label
  • Transactions — Hash, blockchain, and label
  • Wallets — Address and label

Example Queries

Parameters

No input required. Returns bookmarks for the authenticated user.

Sample Output


Update Bookmarks

Adds, edits, or removes a single bookmark.

Operations

Parameters

Example Queries


Bookmark Types

Tips

When adding with no label, a default is generated automatically — e.g. ENS name for wallets, contract name for contracts.
Use getBookmarksTool first to check existing bookmarks before adding duplicates.
  • View wallet detailsgetWalletOverviewTool
  • View contract detailscontractMetadataTool
  • View transaction detailsqueryTransactionTool

Next Steps

Wallet Overview

Profile any wallet address

Contract Metadata

Fetch contract details