Skip to main content
GET
/
v1
/
withdraw
Get Prime Wallet Withdrawal Details
curl --request GET \
  --url https://api.openxswitch.com/v1/withdraw \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "wd_001",
    "workspaceId": "67804918f2b05ac82a129441",
    "clientTxId": null,
    "coin": "BTC",
    "chain": "BTC",
    "amount": 100,
    "network": "Ethereum",
    "fromAddress": "0xFromAddress001",
    "toAddress": "0xToAddress001",
    "hash": null,
    "transactionLink": null,
    "status": "success",
    "networkFee": 1,
    "tagMemo": null,
    "confirmation": 0,
    "confirmedAt": null,
    "createdAt": null,
    "walletId": "678a39d6b731ad1ad8832c8a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

withdrawId
string
required

The unique identifier of the withdrawal

Response

success
boolean
required
Example:

true

data
object
required