POST
/
removeWhitelist
/
v2
curl --request POST \
  --url https://arka.etherspot.io/removeWhitelist/v2 \
  --header 'Content-Type: application/json' \
  --data '{
  "params": [
    [
      "<string>"
    ]
  ]
}'

Example values you can use to demo the API:

{
  "apiKey": "arka_public_key",
  "chainId": "11155111",
  "params": [
    ["0x725404c8Eead111d9E6DFE118c535F43402a9511"]
  ]
}

Example response:

Value returned:  {
  "message": "Successfully removed whitelisted addresses"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
params
array