Watchlist

Get the authenticated user watchlist baskets

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Current list of baskets

application/json
get
/watchlist
200

Current list of baskets

Toggle a basket (pair) in the user watchlist: if exact pair exists, remove it; otherwise, add it. Order and casing are preserved.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Updated list of baskets

application/json
post
/watchlist
200

Updated list of baskets

Last updated