Skip to content

Commit

Permalink
feat: make token api names more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathankau committed Nov 12, 2024
1 parent a61b094 commit 9a35dd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions token/alchemy_getTokenAllowance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ x-sandbox:
paths:
/{apiKey}:
post:
summary: alchemy_getTokenAllowance
description: 'Returns the amount which the spender is allowed to withdraw from the owner.'
summary: Token Allowance By Spender & Owner
description: 'alchemy_getTokenAllowance - Returns the amount which the spender is allowed to withdraw from the owner.'
tags: []
parameters:
- name: apiKey
Expand Down
4 changes: 2 additions & 2 deletions token/alchemy_getTokenBalances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ x-sandbox:
paths:
/{apiKey}:
post:
summary: alchemy_getTokenBalances
description: 'Returns ERC20 token balances for all tokens the given address has ever transacted in with. Optionally accepts a list of contracts.'
summary: Token Balances By Wallet
description: 'alchemy_getTokenBalances - Returns ERC20 token balances for all tokens the given address has ever transacted in with. Optionally accepts a list of contracts.'
tags: []
parameters:
- name: apiKey
Expand Down
4 changes: 2 additions & 2 deletions token/alchemy_getTokenMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ x-sandbox:
paths:
/{apiKey}:
post:
summary: alchemy_getTokenMetadata
description: 'Returns metadata (name, symbol, decimals, logo) for a given token contract address.'
summary: Token Metadata By Contract
description: 'alchemy_getTokenMetadata - Returns metadata (name, symbol, decimals, logo) for a given token contract address.'
tags: []
parameters:
- name: apiKey
Expand Down

0 comments on commit 9a35dd1

Please sign in to comment.