Skip to content
canton-network-docs

/v0/wallet/transfer

/v0/wallet/transfer-offers - Canton Network Docs
Skip to main content
GET
/
v0
/
wallet
/
transfer-offers
Try it
/v0/wallet/transfer-offers

cURL

curl --request GET \
  --url https://example.com/api/validator/v0/wallet/transfer-offers \
  --header 'Authorization: Bearer <token>'
200
404
500
{
  "offers": [
    {
      "template_id": "<string>",
      "contract_id": "<string>",
      "payload": {},
      "created_event_blob": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token as described in spliceAppBearerAuth [blocked]. The subject of the token must be ledger API user of the user whose wallet the endpoint affects.

Response

200
application/json

ok

offers
object[]
required

Show child attributes

Assistant
Responses are generated using AI and may contain mistakes.