Skip to content

Commit

Permalink
fix: update tokeninfo API description (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Dec 13, 2023
1 parent 4ceb487 commit 7251662
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/api/src/api/api.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,10 @@ export class ApiController {

@ApiTags("Token API")
@Get("api?module=token&action=tokeninfo")
@ApiOperation({ summary: "Returns token information" })
@ApiOperation({
summary:
"Returns token information. Token price, liquidity and icon are retrieved from CoinGecko. The data is updated every 24 hours.",
})
@ApiQuery({
name: "contractaddress",
description: "The contract address of the ERC-20/ERC-721 token to retrieve token info",
Expand Down

0 comments on commit 7251662

Please sign in to comment.