GET
/
market
/
token
/
holders
curl --request GET \
  --url https://api.mobula.io/api/1/market/token/holders
{
  "data": [
    {
      "address": "<string>",
      "amountRaw": "<string>",
      "amount": 123,
      "chainId": "<string>",
      "totalSupplyShare": 123,
      "amountUSD": 123
    }
  ],
  "total_count": 123
}

Query quick start

Input in “asset” the name of the asset you want to query, or the contract address while adding the blockchain as a second parameter. The market data asset query pattern is explained in great details here, with blockchain format, etc.

Query Parameters

blockchain
string
asset
string
symbol
string
limit
number | null
default:20
Required range: x <= 100
offset
number | null
default:0

Response

200 - application/json
Market token holders response
data
object[]
required
total_count
number
required