CLOB Currencies
Get Currency Holders
Get holders for a currency
Path Parameters
addressstring
Currency address
Query Parameters
limit?integer
Number of holders
cursor?string
Cursor for pagination
Response Body
curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/currencies/string/holders?limit=0&cursor=string"{
"holders": [
{
"address": "string",
"balance": "string",
"percentage": 0
}
]
}