Skip to main content
POST
/
transfer
/
paxos
curl --request POST \
--url https://api.paxos.com/v2/transfer/paxos \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ref_id": "idempotence_id",
"from_profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"to_profile_id": "37867177-f88c-45cc-b9b5-d786e7079609",
"asset": "BTC",
"amount": "0.05",
"metadata": {
"my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
}
}'
{
"amount": "0.05",
"asset": "BTC",
"auto_conversion": {},
"balance_asset": "BTC",
"created_at": "2024-12-11T17:45:14.423911Z",
"customer_id": "be05ac89-d1dc-4be7-b64a-a003012e9359",
"direction": "DEBIT",
"fee": "0",
"group_id": "b7b6cde7-9053-47e7-bbc0-22d5fa4344ef",
"id": "fe6bc170-a5be-43ff-bf5b-63c8b6489597",
"profile_id": "e6b30762-0689-46fa-b208-35eb347e284c",
"ref_id": "92528c72-4962-4d14-ae4d-6b262df698b2",
"status": "COMPLETED",
"total": "0.05",
"type": "PAXOS_TRANSFER_DEBIT",
"updated_at": "2024-12-11T17:45:14.479258Z"
}
OAuth Scope
transfer:write_paxos_transfer

Authorizations

Authorization
string
header
required

Body

application/json
from_profile_id
string
required
to_profile_id
string
required
amount
string
required
asset
string
required
ref_id
string
metadata
object
recipient_metadata
object
from_identity_id
string
from_account_id
string
to_identity_id
string
to_account_id
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