List Approved Addresses
List Approved Addresses
POSThttps://api.gemini.com/v1/approvedAddresses/account/{network}
Returns the Approved Address list for the specified network, including both account-level and group-level addresses.
POST
curl --request POST \
--url https://api.gemini.com/v1/approvedAddresses/account/ethereum \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/approvedAddresses/account/ethereum",
"nonce": "<nonce>"
}
'Roles
This endpoint can be accessed with any role assigned. See Roles for more information.
Headers
Path Parameters
Request Body
Responses
Successful operation
Last modified on