cURL
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>" } ] }
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.
ok
Show child attributes