Skip to main content
GET
/
v1
/
users
/
{userId}
/
inbox
GET Discovery Feed
curl --request GET \
  --url https://api.bitski.com/v1/users/{userId}/inbox
{
  "items": [
    {
      "type": "Create",
      "object": {
        "content": "<p>The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.</p>\n",
        "id": "https://api.bitski.com/v1/articles/1ynniNVuybfsoug23Etzgd",
        "image": "https://ipfs.decentralized-content.com/ipfs/bafybeidfoyl6vdhoqpbqkp3jcbcpl4vw2udieqlcvia2domkkst5i2yk7q",
        "name": "Stand With Crypto OE Mint",
        "published": "2023-04-25T00:30:02Z",
        "source": {
          "content": "The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.",
          "mediaType": "text/markdown"
        },
        "tag": [
          "mint"
        ],
        "type": "Article",
        "updated": "2023-04-25T00:30:02Z",
        "url": [
          "https://bit.ly/41Hxkja"
        ]
      },
      "actor": {
        "name": "@bitski",
        "type": "Person"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bitski.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

userId
string
required
The user’s id or username.
walletAddress
string
required
The user’s wallet address.

Examples

Drip Feed

Response

items
array
required
{
  "items": [
    {
      "type": "Create",
      "object": {
        "content": "<p>The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.</p>\n",
        "id": "https://api.bitski.com/v1/articles/1ynniNVuybfsoug23Etzgd",
        "image": "https://ipfs.decentralized-content.com/ipfs/bafybeidfoyl6vdhoqpbqkp3jcbcpl4vw2udieqlcvia2domkkst5i2yk7q",
        "name": "Stand With Crypto OE Mint",
        "published": "2023-04-25T00:30:02Z",
        "source": {
          "content": "The Stand with Crypto commemorative NFT is a symbol of unity for the crypto community seeking sensible crypto policy.",
          "mediaType": "text/markdown"
        },
        "tag": [
          "mint"
        ],
        "type": "Article",
        "updated": "2023-04-25T00:30:02Z",
        "url": [
          "https://bit.ly/41Hxkja"
        ]
      },
      "actor": {
        "name": "@bitski",
        "type": "Person"
      }
    }
  ]
}