Retrieve tokens deployed by a wallet, including key metadata like verification status, developer holdings, liquidity bonding, volume, and market cap. Supports pagination and filtering by blockchain.
Parameter | Required | Description |
---|---|---|
wallet | Yes | Wallet address to query. |
blockchain | No | Blockchain name or ID (e.g., ethereum ). Defaults to all. |
page | No | Page number for pagination. |
limit | No | Results per page. |
bonded
: Indicates if the token is bonded in a liquidity pool.devHolding
: Developer wallet holding details.verified
: Whether the token is verified.holders
: Total number of holders.volume
: Recent volume stats.All-time statistics
for both tokens:
Wallet Deployer response
The response is of type object
.