Create New Inscription

POST https://api.inscribr.io/api/orders/create

Param
Description

files (File[] )

Blob of files to inscribe (required)

destinationAddress (string)

Where to deliver inscription to (required)

parents (string[])

Array of parent inscription ids

speed (number)

Can be decimal (required)

satType (string)

common, custom, or reinscribe (required)

postage (int)

value of utxo (required)

bigBlock (bool)

If over 395kb (required)

metadata (json)

1 object per file

compress (bool)

Use brotli (must send compressed files)

If successful, the response to this route will be a JSON containing a value for orderId { "orderId": "abc123" }

Last updated