Confirm Clearing Order
Confirm Clearing Order
POSThttps://api.gemini.com/v1/clearing/confirm
Confirm the counterparty side of a bilateral clearing order before it is settled.
POST
curl --request POST \
--url https://api.gemini.com/v1/clearing/confirm \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/clearing/confirm",
"nonce": "<nonce>",
"clearing_id": "OM9VNL1G",
"symbol": "btcusd",
"amount": "100",
"price": "9500.00",
"side": "sell"
}
'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 clearing:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
Successful operation
Last modified on