v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Order Requests

Create EIP155 Order Request Permit Transaction

Prepare a transaction to be placed on EVM. The returned structure contains the necessary data to create an EIP155Transaction object.

post/api/v2/accounts/{account_id}/order_requests/eip155/permit_transaction

Request body

order_request_idstring uuid required

ID of the prepared proxied order to be submitted as a proxied order.

permit_signaturestring hex_string required

Signature of the permit typed data, allowing Dinari to spend the payment token or dShare asset token on behalf of the owner.

Response

OK

contract_addressstring eth_address required

Smart contract address that the transaction should call.

datastring hex_string required

Hex-encoded function call.

{"stackTrail":"components:schemas:EIP155Transaction:properties:abi","oasType":"schema","type":"unknown","description":"[JSON ABI](https://docs.soliditylang.org/en/v0.8.30/abi-spec.html#json) of the smart contract function encoded in the transaction. Provided for informational purposes."}
{"stackTrail":"components:schemas:EIP155Transaction:properties:args","oasType":"schema","type":"unknown","description":"Arguments to the smart contract function encoded in the transaction. Provided for informational purposes."}
valuestring bigint required

Transaction value estimate in Wei.