Create New Approved Address
Create New Approved Address
POSThttps://api.gemini.com/v1/approvedAddresses/{network}/request
Adds a new address to the Approved Address list. A 7-day waiting period begins immediately after the request. This endpoint is only accessible via API keys with Trusted IP controls configured.
POST
curl --request POST \
--url https://api.gemini.com/v1/approvedAddresses/ethereum/request \
--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/request",
"nonce": "<nonce>",
"address": "0x0000000000000000000000000000000000000000",
"label": "my-eth-address"
}
'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