Skip to main content

POST /api/chain/:slug/tally/token/avatar

MethodPOST
Path/api/chain/:slug/tally/token/avatar
GroupTally
Authauthenticated session
Sourceshared/api-core/src/routes/tally.ts

Call it

curl -X POST https://zeqsdk.com/api/chain/:slug/tally/token/avatar \
-H "Content-Type: application/json" \
-d '{"mime":"…","bytes_b64":"…"}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference