đ˛runes_getOrder
You can use the runes_getOrder
method to fetch the status of
You can specify the Rune mint or etch order whose status you wish to retrieve, by passing a GetOrderParams
object to the method, with the below properties:
GetOrderParams | Description |
---|---|
| |
a string representing the Bitcoin network to use for the mint runes transactions: |
The runes_getOrder
method will not trigger any operation or prompt your user to sign any transaction. It will return a GetOrderResponse
object, intended for you and your user to track the status of the order:
GetOrderResponse | Description |
---|---|
| a string representing the id of your mint or etch order. |
| a string representing the nature of the order. The possible values are:
|
|
|
If the order is in a | |
| the creation date for the order (this is the date when the runes_mint or runes_etch method was first invoked) |
| a string representing the BTC address which will collect the funds required to process the order, and sign the required mint/etch transactions to process the order. |
Last updated