Wallet Data
Wallet endpoints include deployed tokens by a dev wallet and wallet holdings with balances and ownership percentages—enough to power lightweight explorers and portfolio overviews.
Returns a list of tokens where the specified wallet address is the developer (devWallet).
The wallet address of the deployer (devWallet)
Maximum number of tokens to return (default: 10, min: 1, max: 100)
10List of tokens deployed by the wallet
Missing or invalid wallet address
Unexpected server error
Retrieve the token holdings of a given wallet address, including balances and percentage ownership per token.
The wallet address to fetch holdings for
Maximum number of tokens to return (default 10, max 100)
10Wallet holdings data
Missing or invalid wallet address
Internal server error
Calculate realized and unrealized profit and loss (PnL) for a wallet on a specific token.
The wallet address to calculate PnL for
The token contract address
PnL calculation for wallet and token
Missing wallet or token address
Internal server error
Last updated