Skip to main content
GET
/
notifications
Browsing Notifications
curl --request GET \
  --url https://inprocess.world/api/notifications
{
  "status": "success",
  "notifications": [
    {
      "id": "bceddfb3-28f2-49f3-8669-73a813a06b90",
      "payment": {
        "id": "5fc69bea-1a8a-47f0-8652-8bf041c16a06",
        "token": {
          "id": "a1b2c3d4-e5f6-7g8h-9i0j-k1l2m3n4o5p6",
          "address": "0x06a701Ae65582B92Af48cDff45a8B20DcA3714cA",
          "tokenId": "0",
          "uri": "ar://1wMmKuaz-VdxmruOQJuYS-3nfU3zlNKmPNpc79Ou-qM",
          "defaultAdmin": "0x29b6674c1562e31EdFd9709D9576e8E5F1e68d01",
          "chainId": 8453,
          "createdAt": "2025-06-07T20:41:35+00:00",
          "hidden": false
        },
        "buyer": {
          "address": "0x4b4324bcC6dB9380ABBbbD20B24A16C11FB5B38A",
          "username": "crypto_collector",
          "bio": "Passionate collector of digital art and NFTs",
          "instagram_username": "@crypto_collector",
          "twitter_username": "@crypto_collector",
          "telegram_username": "@crypto_collector"
        },
        "amount": "0.1",
        "hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
        "block": "12345678"
      },
      "artist": {
        "address": "0x29b6674c1562e31EdFd9709D9576e8E5F1e68d01",
        "username": "digital_artist_1",
        "bio": "Digital artist exploring the intersection of technology and creativity",
        "instagram_username": "@digital_artist_1",
        "twitter_username": "@digital_artist_1",
        "telegram_username": "@digital_artist_1"
      },
      "viewed": false,
      "created_at": "2025-06-07T20:41:35+00:00"
    }
  ]
}

Query Parameters

artist
string

Filter by artist address (notifications for this artist)

viewed
boolean

Filter by viewed status (true for viewed, false for unviewed)

Response

Successful response

status
enum<string>
required

Status of the request

Available options:
success,
error
notifications
object[]
required

List of notification records