Favorites
/api/favorites provides endpoints for gathering, adding, and removing tokens from a users favorites list.
Was this helpful?
/api/favorites provides endpoints for gathering, adding, and removing tokens from a users favorites list.
Was this helpful?
Find and list favorite tokens for current user.
/api/favorites
No body
Add favorite token for the current user.
/api/favorites
No body
Find and remove a favorite token.
/api/favorites/{id}
No body
List favorite tokens for a specified user.
/api/favorites/{userAddress}
No body