Skip to main content
GET
/
collections
Browse collections
curl --request GET \
  --url https://api.inprocess.world/api/collections
{
  "status": "success",
  "collections": [
    {
      "address": "0x06a701Ae65582B92Af48cDff45a8B20DcA3714cA",
      "chainId": 8453,
      "name": "My Collection",
      "uri": "ar://1wMmKuaz-VdxmruOQJuYS-3nfU3zlNKmPNpc79Ou-qM",
      "creator": {
        "address": "0x4b4324bcC6dB9380ABBbbD20B24A16C11FB5B38A",
        "username": "artist name 1"
      },
      "created_at": "2025-06-07T20:41:35+00:00",
      "updated_at": "2025-08-12T12:28:41+00:00",
      "protocol": "in_process"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 100,
    "total_pages": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.inprocess.world/llms.txt

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

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

Filter by chain ID. When omitted, returns moments from all production chains (Ethereum mainnet: 1, Base: 8453).

Example:

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