POST https://api.inscribr.io/api/orders/create
https://api.inscribr.io/api/orders/create
files (File[] )
(
)
Blob of files to inscribe (required)
destinationAddress (string)
(string)
Where to deliver inscription to (required)
parents (string[])
(string[])
Array of parent inscription ids
speed (number)
(number)
Can be decimal (required)
satType (string)
common, custom, or reinscribe (required)
postage (int)
(int)
value of utxo (required)
bigBlock (bool)
(bool)
If over 395kb (required)
metadata (json)
(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" }
{ "orderId": "abc123" }
Last updated 1 year ago