Skip to main content
GET
/
collection
Get Collection Info
curl --request GET \
  --url https://inprocess.world/api/collection
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": "<string>",
  "chain_id": 123,
  "name": "<string>",
  "uri": "<string>",
  "default_admin": {
    "address": "<string>",
    "username": "<string>"
  },
  "payout_recipient": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "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

default_admin
object
required

Original admin set at collection creation

payout_recipient
string
required

Address to receive sale proceeds

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

metadata
object

Collection metadata object