mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-09 14:30:57 +00:00
412531f04e
Server's CanonicalQueryString uses url.QueryEscape on all keys and values, but buildMessage was using raw string interpolation. Cursor values (base64) contain +, =, / which diverge under encoding — causing 401 on all paginated signed requests (e.g. portfolio holdings page 2+). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>