Delete Whitelisted Address

DELETE https://api.sfox.com/v1/whitelisted-addresses/:address_id

Remove a crypto address from your account's whitelisted addresses.

Path Parameters

ParameterTypeDescription

address_id required

int

The address ID generated by sFOX upon adding the address to your whitelist.

Responses

200 OK
{}

Example Requests

curl -X DELETE \
  -H 'Content-type: application/json' \
  -H "Authorization: Bearer ${API_TOKEN}" \
  "https://api.sfox.com/v1/whitelisted-addresses/${ADDRESS_ID}"

Last updated