Skip to main content
POST
/
moment
/
migrate
Migrate Moments
curl --request POST \
  --url https://api.inprocess.world/api/moment/migrate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "chainId": 8453
}
'
{
  "message": "success",
  "results": [
    {
      "hash": "<string>",
      "chainId": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Body

application/json
chainId
integer<int64>
default:8453

Chain ID for the migration (optional, defaults to Base, 8453)

Response

Successful response

message
enum<string>
required

Status message

Available options:
success
results
object[]
required

Array of transaction objects for each migration operation