cURL
curl --request POST \ --url https://inprocess.world/api/moment/collect \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "moment": { "collectionAddress": "<string>", "tokenId": "<string>", "chainId": 8453 }, "amount": 123, "comment": "<string>" } '
{ "hash": "<string>", "chainId": 123 }
Collect a Moment on the In•Process protocol. This endpoint allows users to collect moments with an optional comment.
Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys
Show child attributes
Amount to be collected
Comment
Successful response
Transaction hash of the operation
Chain ID where the transaction was executed