Accept one pending incoming transfer
For a node-hosted bot maker (external signing) this enqueues a sign action instead of settling immediately (202) — sign its `hash` and `POST /tx/execute`; the holding lands under the party once that runs.
For a node-hosted bot maker (external signing) this enqueues a sign
action instead of settling immediately (202) — sign its hash and
POST /tx/execute; the holding lands under the party once that runs.
Authorization
ApiKeyAuth In: header
Path Parameters
Contract id from GET /wallet/incoming
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/wallet/incoming/string/accept"{ "actions": [ { "id": "string", "purpose": "user-service", "description": "Sign your quote 97300.0 (2/2: swap proposal)", "hash": "string", "tradeId": "string", "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z" } ]}{ "actions": [ { "id": "string", "purpose": "user-service", "description": "Sign your quote 97300.0 (2/2: swap proposal)", "hash": "string", "tradeId": "string", "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z" } ]}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Pending incoming transfers awaiting accept GET
Token-standard `TransferInstruction`s addressed to the key's party that no one has accepted yet — the deposit inbox. Empty for self-custody wallet parties, whose transfers live on their own participant and are invisible to the desk.
Withdraw a holding to an arbitrary party POST
Sends `amount` of `symbol` to `receiver` (a FULL party id — the one documented exception to the hints convention, since the destination is not necessarily a known desk party) via the instrument's token-standard transfer factory. DevNet only — the sandbox's mock tokens have no registry transfer factory. Blocked while a trade of this party is settling in the same instrument (its allocations may need the same holdings).