Skip to main content
GET
/
collections
Browse collections
curl --request GET \
  --url https://inprocess.world/api/collections
{
  "status": "success",
  "collections": [
    {
      "address": "0x06a701Ae65582B92Af48cDff45a8B20DcA3714cA",
      "chainId": 8453,
      "name": "My Collection",
      "uri": "ar://1wMmKuaz-VdxmruOQJuYS-3nfU3zlNKmPNpc79Ou-qM",
      "default_admin": {
        "address": "0x4b4324bcC6dB9380ABBbbD20B24A16C11FB5B38A",
        "username": "artist name 1"
      },
      "payout_recipient": "0x4b4324bcC6dB9380ABBbbD20B24A16C11FB5B38A",
      "created_at": "2025-06-07T20:41:35+00:00",
      "updated_at": "2025-08-12T12:28:41+00:00"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 100,
    "total_pages": 1
  }
}
This endpoint is public and does not require authentication. You can browse collections without providing any authorization headers.

Query Parameters

artist
string

Filter by artist address (collections created by this artist). When provided, returns the artist's collections. When omitted, returns the in•process collective collections.

limit
integer
default:100

Number of records per page (max: 100)

Required range: 1 <= x <= 100
page
integer
default:1

The page number to retrieve

Required range: x >= 1
chain_id
integer
default:8453

Filter by chain ID (default: Base chain, 8453)

Response

Successful response

status
enum<string>
required

Status of the request

Available options:
success,
error
collections
object[]
required

List of collection records

pagination
object
required

Pagination metadata for the response