diff --git a/crates/sui-graphql-client/src/lib.rs b/crates/sui-graphql-client/src/lib.rs
index 00bde3522..b1c3eb9b5 100644
--- a/crates/sui-graphql-client/src/lib.rs
+++ b/crates/sui-graphql-client/src/lib.rs
@@ -316,6 +316,7 @@ impl Client {
})
}
+ /// Get the coin metadata for the coin type.
pub async fn coin_metadata(&self, coin_type: &str) -> Result