From 9a86a5916e0905bad0a510538e14c75f6b49517f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Men=C3=A9ndez?= Date: Fri, 8 Sep 2023 10:06:16 +0200 Subject: [PATCH] include chainID on tokens API endpoints --- api/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/README.md b/api/README.md index 99707d86..0d135b62 100644 --- a/api/README.md +++ b/api/README.md @@ -87,7 +87,8 @@ Triggers a new scan for the provided token, starting from the defined block. { "id": "0x1234", "type": "erc20|erc721|erc777|erc1155|nation3|wANT", - "tag": "testTag1,testTag2" + "tag": "testTag1,testTag2", + "chainID": 1 } ``` @@ -123,7 +124,8 @@ Returns the information about the token referenced by the provided ID. "progress": 87 }, "defaultStrategy": 1, - "tag": "testTag1,testTag2" + "tag": "testTag1,testTag2", + "chainID": 1 } ```