Skip to main content
GET
/
payments
Browse Payments
curl --request GET \
  --url https://inprocess.world/api/payments
{
  "status": "success",
  "payments": [
    {
      "id": "bceddfb3-28f2-49f3-8669-73a813a06b90",
      "token": {
        "id": "5fc69bea-1a8a-47f0-8652-8bf041c16a06",
        "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": "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"
      },
      "amount": "0.1",
      "hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
      "block": "12345678"
    }
  ]
}

Query Parameters

artist
string

Filter by artist address (payments for tokens created by this artist)

collector
string

Filter by collector address (payments where this address is the buyer)

Response

Successful response

status
enum<string>
required

Status of the request

Available options:
success,
error
payments
object[]
required

List of payment records