Quick Start
# Get a user's NFT collection
curl "https://sit.shard.dog/api/getFeed?wallet=alice.near"
# Check if wallet can claim
curl "https://sit.shard.dog/api/nft/claim-status/check?slug=my-drop&wallet=bob.near"
# Mint/claim an NFT
curl -X POST "https://sit.shard.dog/api/check-slugs/mint" \
-H "Content-Type: application/json" \
-d '{"accountId": "bob.near", "seriesId": "12345"}'Endpoints
GET
/api/channels/list?owner=walletList channels by owner
GET
/api/channels/{slug}Get channel details
GET
/api/getFeed?wallet=addressGet user's NFT collection
GET
/api/nft/claim-status/checkCheck if wallet has claimed
POST
/api/check-slugs/mintMint/claim an NFT
POST
/api/pingpay/create-sessionCreate channel (10 NEAR)
For AI Agents
ShardDog is agent-friendly. Download our OpenAPI spec or AgentSkill to integrate with your AI agent.
Pricing
| Action | Cost |
|---|---|
| Claim NFT | Free (gasless) |
| View Collection | Free |
| Create Channel | 10 NEAR |
Channel creation accepts any token via NEAR Intents — automatically swapped to NEAR.
