v1

latestOpenAPI 3.0.12026-07-26251295.9 KB
Orders

Approve betting (EIP-2612 Permit)

post/orders/approve

Request body

ownerstring required

Address of the taker granting approval to TokenTransferProxy for filling orders on their behalf

spenderstring required

The address of the account which will be able to spend token amounts on behalf of the owner. In this case, the spender should be TokenTransferProxy address

tokenAddressstring required

The token address to grant approval for

valuestring required

The token amount to grant approval for, in Ethereum units

deadlineinteger required

The deadline as a UNIX timestamp format used in signature verification

signaturestring required

Your wallet signature over the payload. See the example of how to compute this.

Response

statusstring

success or failure if the request succeeded or not