POST /v1/tokens/{tokenId}/transfers
Move supply of a deployed QRC token between participants. The endpoint resolves recipients and senders, applies token-specific compliance checks (allowlist, frozen-account checks, paused-state checks), and routes the transaction through the standard approval and signing flow.
Request body
Response (202)
Errors
Retry safety
Retries with the sameIdempotency-Key are safe and return the original operation.
Related
- Create transaction (the underlying generic flow)
- Compliance and allowlist
- Security model