Skip to content

Commit c5f1962

Browse files
committed
Token API minor adjustments, added missing chains for NFT spam detection
1 parent 6f092a5 commit c5f1962

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/src/pages/en/token-api/evm-nfts/collections.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The `spam_status` flag indicates if the NFT is likely spam. If status shows `pen
1212

1313
Spam detection is supported for:
1414

15-
- mainnet
16-
- base
15+
- Ethereum Mainnet
16+
- Base Mainnet

website/src/pages/en/token-api/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,15 +297,15 @@ NFT collections on supported chains contain a spam status field indicating wheth
297297

298298
### How do I retrieve the spam status for a collection?
299299

300-
See the spam_status field on the [`/v1/evm/nft/collections/{contract}`](/token-api/evm/get-nft-collections-evm-by-contract/) endpoint.
300+
See the spam_status field on the [`/v1/evm/nft/collections/`](/token-api/evm-nfts/collections/) endpoint.
301301

302302
### Why am I seeing "pending" spam status?
303303

304304
There are millions of collections and we only analyze for spam on demand. If you see a pending status, query it again after 5-10 seconds and the status should be updated.
305305

306306
### What chains contain NFT spam detection?
307307

308-
Spam detection is currently supported for the following chains:
308+
NFT spam detection is currently supported for the following chains:
309309

310310
- Arbitrum One
311311
- Avalanche C-Chain

0 commit comments

Comments
 (0)