Create 8DX Limit Order
eightdx_create_limit_orderSubmits an already signed 8DX limit order payload to the blockchain. Provide the maker signature, traits, and amounts to execute the order.
Instructions
Submits an already signed 8DX limit order payload. This tool does not create signatures and expects an already signed order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maker | Yes | Maker wallet address. Use the token identifier format accepted by the 8DX API. | |
| params | Yes | ||
| orderType | Yes | Limit order type supported by 8DX. | |
| recipient | No | ||
| blockchain | Yes | Blockchain network with live 8DX API support. | |
| makerSrcOrToken | Yes | Token or source asset the maker gives. Use the token identifier format accepted by the 8DX API. | |
| takerSrcOrToken | Yes | Token or source asset the taker gives. Use the token identifier format accepted by the 8DX API. |