Skip to content

Commit

Permalink
add primary address
Browse files Browse the repository at this point in the history
  • Loading branch information
milonite committed Feb 20, 2024
1 parent cc14835 commit a01ad4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/metadata-api/api-reference/tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ curl -X 'GET' \
| ------------------- | --------------------------------------------- |
| `chainId` | The chainId of the positions to return |
| `address` | Address of the token to search for |
| `protocolSlug` | Protocol slug of the defi token, e.g. aave-v2 |
| `type` | Token type, base token or defi token |
| `protocolSlug` | Protocol slug of the defi token, e.g. aave-v2 |
| `type` | Token type, `baseToken` or `defiToken` |
| `primayAddress` | Contract entrypointl for this positions/token. It can be used in the bundler endpoint|
| `underlyingTokens` | Address of the underlying tokens to search for|
| `page` | Page, used for pagination |

Expand Down

0 comments on commit a01ad4a

Please sign in to comment.