tokens
Get received offers for a token
get/tokens/{token_mint}/offers_received
Path parameters
token_mintstring required
Mint address of the token
Query parameters
min_pricenumber
Filter offers that are less than this price
max_pricenumber
Filter offers that are more than this price
offsetinteger
The number of items to skip, default 0, min 0
limitinteger
The numbers of items to return, default 100, min 1, max 500
sort'updatedAt' | 'bidAmount'
The field to sort the offers received, default 'updatedAt'
sort_direction'asc' | 'desc'
The direction returned elements should be sorted in, default 'desc'
Response
success response