From 4ca52d5248de71643dd6192123eeb0ef29b6f80e Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Fri, 16 May 2025 09:30:21 -0400 Subject: [PATCH] feat: add example token identifier Without this, it is unclear that the identifier should include the token name after a `::`. --- content/docs/stacks/api/tokens/holders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/stacks/api/tokens/holders.mdx b/content/docs/stacks/api/tokens/holders.mdx index 3ac6aa743..9be530bda 100644 --- a/content/docs/stacks/api/tokens/holders.mdx +++ b/content/docs/stacks/api/tokens/holders.mdx @@ -34,7 +34,7 @@ Retrieves the list of fungible token holders for a given token ID. Specify `stx` -fungible token identifier +fungible token identifier, e.g. `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token`