Skip to main content
PUT
/
v1
/
w3s
/
config
/
entity
/
monitoredTokens
/
scope
Update monitored tokens scope
curl --request PUT \
  --url https://api.circle.com/v1/w3s/config/entity/monitoredTokens/scope \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "scope": "SELECTED"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.

Body

application/json

Request body

scope
enum<string>
required
Available options:
SELECTED,
MONITOR_ALL