Pending incoming transfers awaiting accept
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.
Token-standard TransferInstructions 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.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/wallet/incoming"{ "transfers": [ { "cid": "string", "symbol": "cbtc", "amount": "1.5", "sender": "taker", "instrumentId": "string" } ]}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Balances of the key's party (all catalog holdings) GET
Previous Page
Accept one pending incoming transfer POST
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.