Skip to main content
GET
/
transfer
/
managed
/
withdrawal-intents
/
{id}
Get Managed Withdrawal Intent
curl --request GET \
  --url https://api.paxos.com/v2/transfer/managed/withdrawal-intents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "destination_broker_type": "<string>",
  "destination_broker_name": "<string>",
  "transfer_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 →

Path Parameters

id
string
required

Response

200 - application/json

A successful response.

status
enum<string>
Available options:
FAILED_TO_OBTAIN_DESTINATION_ADDRESS,
SUBMITTED_TRANSFER
destination_broker_type
string
destination_broker_name
string
transfer_id
string