Get Collection Info
Retrieve detailed information about a Collection on the In•Process protocol, including collection metadata, creator, admins, and timestamps.
Uses CAIP-2 for the network segment and a CAIP-style asset reference for the contract segment:
network:eip155:{chainId}(e.g.eip155:8453for Base)contract:erc1155:{address}(e.g.erc1155:0xabc...)
This is a public endpoint and does not require authentication.
Path Parameters
CAIP-2 chain reference in the format eip155:{chainId} (e.g. eip155:8453 for Base mainnet)
"eip155:8453"
CAIP-style asset reference in the format erc1155:{address} (e.g. erc1155:0xabc...)
"erc1155:0x1234567890abcdef1234567890abcdef12345678"
Response
Successful response
UUID of the collection
Contract address of the collection
Chain ID where the collection exists
Collection name
Metadata URI
Original admin set at collection creation
Array of addresses with admin permissions
ISO timestamp when the collection was created
ISO timestamp when the collection was updated
Protocol the collection belongs to
in_process, catalog, sound.xyz Collection metadata object