Skip to main content
GET
/
moment
Get Moment Info
curl --request GET \
  --url https://api.inprocess.world/api/moment
{
  "uri": "<string>",
  "owner": "<string>",
  "saleConfig": {
    "type": "fixedPrice",
    "pricePerToken": "<string>",
    "saleStart": "<string>",
    "saleEnd": "<string>",
    "currency": "<string>"
  },
  "momentAdmins": [
    "<string>"
  ],
  "protocol": "in_process",
  "metadata": {
    "name": "<string>",
    "image": "<string>",
    "description": "<string>",
    "content": {
      "mime": "<string>",
      "uri": "<string>"
    }
  }
}

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.

Query Parameters

collectionAddress
string
required

The contract address of the Moment

tokenId
string
required

The token ID of the Moment

chainId
integer<int64>
default:8453

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

Response

Successful response

uri
string
required

Metadata URI of the moment

owner
string
required

Current owner address of the moment

saleConfig
object
required
momentAdmins
string[]
required

Array of addresses with admin permissions

protocol
enum<string>
required

Protocol the collection belongs to

Available options:
in_process,
catalog,
sound.xyz
metadata
object

Moment metadata object