Skip to content

Commit

Permalink
feat: add minPriceUSD parameter to TokensRequest (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamado95 authored Jul 25, 2024
1 parent 545bfc2 commit 266b026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ export interface ToolsRequest {
export type TokensRequest = {
chains?: (ChainId | ChainKey)[]
chainTypes?: ChainType[]
minPriceUSD?: number
}

export type TokensResponse = {
Expand Down

0 comments on commit 266b026

Please sign in to comment.