Authorizations
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Body
Identifies the portfolio by UUID (e.g., 892e8c7c-e979-4cad-b61b-55a197932cf1
) or portfolio ID (e.g., 5189861793641175
)
Identifies the asset by name (e.g., BTC
), UUID (e.g., 291efb0f-2396-4d41-ad03-db3b2311cb2c
), or asset ID (e.g., 1482439423963469
)
The amount of the asset being transferred
if true, deducts network fee from the portfolio, otherwise deduct fee from the withdrawal
Identifies the blockchain network (e.g., networks/ethereum-mainnet/assets/313ef8a9-ae5a-5f2f-8a56-572c0e2a4d5a
)
"networks/ethereum-mainnet/assets/313ef8a9-ae5a-5f2f-8a56-572c0e2a4d5a"
Crypto address being validated against
8.770100973892308e+47
a unique integer representing the withdrawal request
30
An identifier used to determine the account a crypto transfer should be credited to. Not present for all asset types.
Response
Withdrawal Successful
Idempotent UUID representing the successful withdraw
"253b30a5-9b03-4cd2-9c76-d0f32b2bd733"