Remove Approved Address
Remove Approved Address
POSThttps://api.gemini.com/v1/approvedAddresses/{network}/remove
Removes an active or time-pending address from the Approved Address list. Addresses pending approval from another user cannot be removed via API.
POST
curl --request POST \
--url https://api.gemini.com/v1/approvedAddresses/ethereum/remove \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/approvedAddresses/ethereum/remove",
"nonce": "<nonce>",
"address": "0x0000000000000000000000000000000000000000"
}
'Roles
The API key you use to access this endpoint must have the Fund Manager role assigned. See Roles for more information.
Headers
Path Parameters
Request Body
Responses
Successful operation
Last modified on