Skip to main content
POST
/
transfer
/
managed
/
withdrawal-intents
Create Managed Withdrawal Intent
curl --request POST \
  --url https://api.paxos.com/v2/transfer/managed/withdrawal-intents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identity_id": "<string>",
  "target_integration_id": "<string>"
}
'
{
  "id": "<string>",
  "link_token": "<string>",
  "client_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://paxos-0ac97319-feat-managed-transfer-preview.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
identity_id
string
required
target_integration_id
string
required

The broker/exchange/wallet to which the withdrawal will occur. Valid values are: Binance, Coinbase, ...

Response

200 - application/json

A successful response.

id
string

The ID of the managed withdrawal intent.

The link token used to initialize the Mesh SDK. See https://docs.meshconnect.com/guides/web-sdk.

client_id
string

The client id used to initialize the Mesh SDK. See https://docs.meshconnect.com/guides/web-sdk.