Wrap Order
POSThttps://api.gemini.com/v1/wrap/{symbol}
Place a wrap or unwrap order for a supported symbol.
POST
curl --request POST \
--url https://api.gemini.com/v1/wrap/GUSDUSD \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/wrap/GUSDUSD",
"nonce": "<nonce>",
"amount": "1",
"side": "buy",
"client_order_id": "4ac6f45f-baf1-40f8-83c5-001e3ea73c7f"
}
'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
Successful operation
Last modified on