Create Text Inscription Order
Use this endpoint to create an inscription order that will inscribe some text string.
The /textorder endpoint has a rate limit of maximum 2 requests every 10 seconds.
Create Text Order
POST
https://api.ordinalsbot.com/textorder
Request Body
Name | Type | Description |
---|---|---|
texts* | Array | An array of strings to be inscribed |
receiveAddress | String | Bitcoin address to receive the inscriptions for the whole order |
fee | Number | Miner fee that will be paid while inscribing the ordinals in sats/byte. (default=2 sats/byte) |
referral | String | Referral code to earn up to 15% of the order service fee. |
Last updated