Skip to main content
GET
/
v0
/
wallet
/
transfer-offers
/v0/wallet/transfer-offers
curl --request GET \
  --url https://example.com/api/validator/v0/wallet/transfer-offers \
  --header 'Authorization: Bearer <token>'
{
  "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

ok

offers
object[]
required