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

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

metadata
object

Moment metadata object