Skip to main content
POST
/
transfer
/
managed
/
withdrawal-intents
/
{id}
/
execute
Execute Managed Withdrawal Intent
curl --request POST \
  --url https://api.paxos.com/v2/transfer/managed/withdrawal-intents/{id}/execute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "auth_token": "<string>",
  "broker_type": "<string>",
  "broker_name": "<string>",
  "profile_id": "<string>",
  "asset": "<string>",
  "amount": "<string>",
  "mfaCode": "<string>",
  "ref_id": "<string>",
  "account_id": "<string>"
}
'
{
  "destination_address": "<string>",
  "destination_minimum_deposit_amount": "<string>",
  "destination_broker_response_status": "<string>",
  "transfer_id": "<string>",
  "amount": "<string>",
  "total": "<string>",
  "fee": "<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

Body

application/json
auth_token
string
required
broker_type
string
required

Use the value from AccessTokenPayload.brokerType.

broker_name
string
required
profile_id
string
required
asset
string
required
crypto_network
enum<string>
required

A CryptoNetwork is a blockchain transmitting cryptocurrencies.

  • STELLAR: @hidden
  • XLAYER: @hidden
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
STELLAR,
INK,
XLAYER
amount
string
required
mfaCode
string
ref_id
string
account_id
string

Response

200 - application/json

A successful response.

destination_address
string
destination_crypto_network
enum<string>

A CryptoNetwork is a blockchain transmitting cryptocurrencies.

  • STELLAR: @hidden
  • XLAYER: @hidden
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
STELLAR,
INK,
XLAYER
destination_minimum_deposit_amount
string
destination_broker_response_status
string
transfer_id
string
amount
string
total
string
fee
string