Get Instant Quote
POSThttps://api.gemini.com/v1/instant/quote
Requests an instant quote for a buy or sell of a supported symbol. The returned quote locks in a price and fee for a short window, which can then be submitted to Execute Instant Order.
POST
curl --request POST \
--url https://api.gemini.com/v1/instant/quote \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/instant/quote",
"nonce": "<nonce>",
"symbol": "btcusd",
"side": "buy",
"totalSpend": "100"
}
'Roles
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
Request Body
Responses
Sample Responses
Last modified on