Wallet Data
Path parameters
walletAddressstringRequired
The wallet address of the deployer (devWallet)
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of tokens to return (default: 10, min: 1, max: 100)
10Responses
200
List of tokens deployed by the wallet
application/json
400
Missing or invalid wallet address
application/json
500
Unexpected server error
application/json
get
/wallets/{walletAddress}/deployedPath parameters
walletAddressstringRequired
The wallet address to fetch holdings for
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of tokens to return (default 10, max 100)
10Responses
200
Wallet holdings data
application/json
400
Missing or invalid wallet address
application/json
500
Internal server error
application/json
get
/wallets/{walletAddress}/holdingsPath parameters
walletAddressstringRequired
The wallet address to calculate PnL for
tokenAddressstringRequired
The token contract address
Responses
200
PnL calculation for wallet and token
application/json
400
Missing wallet or token address
application/json
500
Internal server error
application/json
get
/wallets/{walletAddress}/pnl/{tokenAddress}Last updated