Executes a previously issued instant quote. The symbol, side, quantity, price, fee, and quoteId must all match the values returned by Get Instant Quote.
The API key you use to access this endpoint must have the Trader role assigned. See Roles for more information.
The OAuth scope must have orders:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
X-GEMINI-APIKEYstring·required
Your API key
X-GEMINI-SIGNATUREstring·required
HEX-encoded HMAC-SHA384 of payload signed with API secret
X-GEMINI-PAYLOADstring·required
Base64-encoded JSON payload
Content-Typestring
Default: text/plain
Content-Lengthstring
Default: 0
Cache-Controlstring
Default: no-cache
Request Body
requeststring·required
The literal string "/v1/instant/execute"
nonceTimestampType | integer·required
timestampExample: 1495127793000
symbolstring·required
The symbol for the order.
sidestring·enum·required
"buy" or "sell"Enum values: buysell
quantitystring·required
The quantity of the asset bought or sold. quantity must match quantity returned in the quote
pricestring·required
The price from the quote. price must match price returned in the quote
feestring·required
The fee for the order. fee must match fee returned in the quote
quoteIdinteger·required
Unique ID for the quote. quoteId must match quoteId returned in the quote
accountstring
Required for Master API keys as described in [Private API Invocation](/authentication/api-key#private-api-invocation). The name of the account within the subaccount group. Specifies the account on which you intend to place the order. Only available for exchange accounts.