GET
/
1
/
wallet
/
deployer
Get Wallet Deployer
curl --request GET \
  --url https://api.mobula.io/api/1/wallet/deployer
{
  "data": [
    {
      "name": "<string>",
      "blockchain": "<string>",
      "address": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "listedAt": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "holdersCount": 123,
      "logo": "<string>",
      "volume24h": 123,
      "price": 123,
      "marketCap": 123,
      "marketCapDiluted": 123,
      "bonded": true,
      "bondingPercentage": 123,
      "bondingCurveAddress": "<string>",
      "totalFeesPaidUSD": 123,
      "top10Holdings": 123,
      "devHoldings": 123,
      "insidersHoldings": 123,
      "bundlersHoldings": 123,
      "snipersHoldings": 123,
      "atlToken0": 123,
      "atlToken1": 123,
      "athToken0": 123,
      "athToken1": 123,
      "atlDateToken0": 123,
      "atlDateToken1": 123,
      "athDateToken0": 123,
      "athDateToken1": 123
    }
  ],
  "pagination": {
    "total": 123,
    "page": 123,
    "offset": 123,
    "limit": 123
  }
}

Description

Fetch the tokens deployed by a specific wallet address.
This API returns the list of tokens deployed by the wallet and includes enriched metadata for each token such as:
  • 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.

Query Parameters

wallet
string
required
blockchain
string
page
string
default:1
limit
string
default:20

Response

200 - application/json

Wallet Deployer response

The response is of type object.