PUT /quotes/{quote_id}

Edits an existing quote.

Path Params
string
required

Quote ID is the hash of the quote payload

Body Params
string
required

Block ID is the unique identifier of the block

string
required

Account's Ethereum address.

string
required

Number of contracts. In 6 decimals fixed number.

boolean
required

True for long order, false for short order.

string
required

A randomly generated number to guarantee transaction uniqueness. In 6 decimals fixed number.

string
required

Timestamp used in order signing in UNIX timestamp in seconds.

string
required

Hash of order payload signature signed by the account.

legs
array of objects
legs
string

Order limit price. In 6 decimals fixed number.

string
enum

Can be set to API or WEB (API is set by default)

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json