Skip to main content
GET
/
collection
Get Collection Info
curl --request GET \
  --url https://api.inprocess.world/api/collection
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": "<string>",
  "chain_id": 123,
  "name": "<string>",
  "uri": "<string>",
  "creator": {
    "address": "<string>",
    "username": "<string>"
  },
  "admins": [
    "<string>"
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "protocol": "in_process",
  "metadata": {
    "name": "<string>",
    "image": "<string>",
    "description": "<string>",
    "content": {
      "mime": "<string>",
      "uri": "<string>"
    }
  }
}

Query Parameters

collectionAddress
string
required

The contract address of the Collection

chainId
integer
default:8453

Chain ID of the collection (default: Base, 8453)

Response

Successful response

id
string<uuid>
required

UUID of the collection

address
string
required

Contract address of the collection

chain_id
integer
required

Chain ID where the collection exists

name
string
required

Collection name

uri
string
required

Metadata URI

creator
object
required

Original admin set at collection creation

admins
string[]
required

Array of addresses with admin permissions

created_at
string<date-time>
required

ISO timestamp when the collection was created

updated_at
string<date-time>
required

ISO timestamp when the collection was updated

protocol
enum<string>
required

Protocol the collection belongs to

Available options:
in_process,
catalog
metadata
object

Collection metadata object