Skip to main content

POST /api/tally/credits/transfer

MethodPOST
Path/api/tally/credits/transfer
GroupTally Protocol
Authauthenticated session
Sourceshared/api-core/src/routes/tallyProtocol.ts

Call it

curl -X POST https://zeqsdk.com/api/tally/credits/transfer \
-H "Content-Type: application/json" \
-d '{"to":"…","amount":0}'

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

Reference