You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,12 +73,12 @@ curl -X GET "https://pro-api.spacescan.io/token/activity?cat_id=YOUR_CAT_ID&type
73
73
<Tabs>
74
74
<TabItem value="mainnet" label="Mainnet">
75
75
<CodeBlock language="bash">
76
-
curl -X GET "https://api.spacescan.io/token/activity?cat_id=8c77de1427156b98fb15cce77d908f79bd69f6b4b8e3a60d8e051dac481b5365&type=transfer&count=10&page=1"
76
+
curl -X GET "https://api.spacescan.io/token/activity?asset_id=8c77de1427156b98fb15cce77d908f79bd69f6b4b8e3a60d8e051dac481b5365&type=transfer&count=10&page=1"
77
77
</CodeBlock>
78
78
</TabItem>
79
79
<TabItem value="testnet" label="Testnet">
80
80
<CodeBlock language="bash">
81
-
curl -X GET "https://api-testnet11.spacescan.io/token/activity?cat_id=8c77de1427156b98fb15cce77d908f79bd69f6b4b8e3a60d8e051dac481b5365&type=transfer&count=10&page=1"
81
+
curl -X GET "https://api-testnet11.spacescan.io/token/activity?asset_id=8c77de1427156b98fb15cce77d908f79bd69f6b4b8e3a60d8e051dac481b5365&type=transfer&count=10&page=1"
82
82
</CodeBlock>
83
83
</TabItem>
84
84
</Tabs>
@@ -90,7 +90,7 @@ curl -X GET "https://pro-api.spacescan.io/token/activity?cat_id=YOUR_CAT_ID&type
0 commit comments