Asset API

Asset API

get_asset_holders

Get asset holders for a specific asset.

vector<account_asset_balance> graphene::app::asset_api::get_asset_holders(
    std::string asset, 
    uint32_t start, 
    uint32_t limit)const
  • asset: The specific asset id or symbol

  • start: The start index

  • limit: Maximum limit must not exceed 100

get_all_asset_holders

Get all asset holders.

vector<asset_holders> graphene::app::asset_api::get_all_asset_holders()const

A list of all asset holders.

Last updated