Skip to content

Commit

Permalink
include chainID on tokens API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 8, 2023
1 parent b63ffe8 commit 9a86a59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down Expand Up @@ -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
}
```

Expand Down

0 comments on commit 9a86a59

Please sign in to comment.