diff --git a/apps/playground-web/src/app/insight/insightBlueprints.ts b/apps/playground-web/src/app/insight/insightBlueprints.ts index d6b99b5c793..2c5b3a4b680 100644 --- a/apps/playground-web/src/app/insight/insightBlueprints.ts +++ b/apps/playground-web/src/app/insight/insightBlueprints.ts @@ -59,6 +59,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [ id: "tokens", name: "Tokens", paths: [ + { + name: "Get token owners by contract", + path: "/v1/tokens/owners", + deprecated: false, + }, { name: "Get token transfers by transaction", path: "/v1/tokens/transfers/transaction/{transaction_hash}", @@ -126,7 +131,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [ deprecated: false, }, { - name: "Get NFTs by owner", + name: "Get NFTs", path: "/v1/nfts", deprecated: false, },