Skip to main content
POST
/
transfer
/
crypto-withdrawals
Create Crypto Withdrawal
curl --request POST \
  --url https://api.paxos.com/v2/transfer/crypto-withdrawals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ref_id": "idempotence_id",
  "profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
  "asset": "BTC",
  "amount": "0.05",
  "destination_address": "1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2",
  "metadata": {
    "my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
  },
  "crypto_network": "BITCOIN"
}'
{
"id": "373b7966-4290-4be3-a604-51929173437b",
"customer_id": "72b2b4e6-d395-43d2-9b09-690fa6c1a664",
"profile_id": "1db50793-0a22-4d2a-8696-66fc4fd8e360",
"ref_id": "ABCZYX123",
"amount": "0.001",
"total": "0.00100223",
"fee": "0.00000223",
"asset": "BTC",
"balance_asset": "BTC",
"direction": "DEBIT",
"type": "CRYPTO_WITHDRAWAL",
"status": "PENDING",
"created_at": "2022-06-14T15:19:20.034294Z",
"updated_at": "2022-06-14T15:19:20.034294Z",
"destination_address": "1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2",
"crypto_network": "BITCOIN",
"auto_conversion": {}
}
OAuth Scope
transfer:write_crypto_withdrawal

Authorizations

Authorization
string
header
required

Body

application/json
profile_id
string
required
destination_address
string
required
asset
string
required
crypto_network
enum<string>
required
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
INK
ref_id
string
identity_id
string
balance_asset
string
metadata
object
account_id
string
fee_id
string
amount
string
total
string
beneficiary
object
memo
string

Response

id
string
required
customer_id
string
required
profile_id
string
required
amount
string
required
total
string
required
fee
string
required
asset
string
required
direction
enum<string>
required
Available options:
CREDIT,
DEBIT
type
enum<string>
required
Available options:
INTERNAL_TRANSFER_DEBIT,
INTERNAL_TRANSFER_CREDIT,
CRYPTO_DEPOSIT,
CRYPTO_WITHDRAWAL,
WIRE_DEPOSIT,
WIRE_WITHDRAWAL,
SEN_DEPOSIT,
SEN_WITHDRAWAL,
BANK_DEPOSIT,
BANK_WITHDRAWAL,
PAXOS_TRANSFER_DEBIT,
PAXOS_TRANSFER_CREDIT,
SIGNET_DEPOSIT,
SIGNET_WITHDRAWAL,
CBIT_WITHDRAWAL,
CBIT_DEPOSIT,
CUBIX_DEPOSIT,
CUBIX_WITHDRAWAL
status
enum<string>
required
Available options:
PENDING,
COMPLETED,
FAILED
created_at
string<date-time>
required
updated_at
string<date-time>
required
identity_id
string
ref_id
string
balance_asset
string
secondary_status
object
status_details
object
metadata
object
destination_address
string
crypto_network
enum<string>
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
INK
crypto_tx_hash
string
crypto_tx_index
string
account_id
string
auto_conversion
object
group_id
string
fiat_account_id
string
notional_value
string
memo
string