Wallets
cURL
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.
Select between monitoring all tokens or selected tokens added to the monitored tokens list.
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Request body
SELECTED
MONITOR_ALL
Was this page helpful?