Cessio Docs
ReferenceWalletWithdraw

Withdraw a holding to an arbitrary party

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).

POST
/wallet/withdraw

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).

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/wallet/withdraw" \  -H "Content-Type: application/json" \  -d '{    "symbol": "cbtc",    "amount": "0.5",    "receiver": "string"  }'
{  "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"    }  ]}