Create monitored tokens
POST {{baseUrl}}/config/entity/monitoredTokens
Add a new token to the monitored token list.
https://developers.circle.com/w3s/reference/createmonitoredtokens
Request Body
{"tokenIds"=>["ab91b710-3322-50b9-8a55-4bff56cd4c16"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"data":{"tokens":[{"id":"ab91b710-3322-50b9-8a55-4bff56cd4c16","blockchain":"MATIC","name":"Polygon","symbol":"MATIC","decimals":18,"isNative":true,"updateDate":"2023-06-29T02:43:54Z","createDate":"2023-06-29T02:43:54Z"}],"scope":"SELECTED"}}