Create New Broker Order
Create New Broker Order
POSThttps://api.gemini.com/v1/clearing/broker/new
Submit a broker-facilitated clearing order between two Gemini counterparties. Both counterparties must confirm before settlement.
POST
curl --request POST \
--url https://api.gemini.com/v1/clearing/broker/new \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/clearing/broker/new",
"nonce": "<nonce>",
"source_counterparty_id": "R485E04Q",
"target_counterparty_id": "Z4929ZDY",
"symbol": "ethusd",
"amount": "175.00",
"expires_in_hrs": 1,
"price": "200",
"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