Skip to main content
POST
/
transfer
/
internal
curl --request POST \
--url https://api.paxos.com/v2/transfer/internal \
--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": "10",
"asset": "BTC",
"auto_conversion": {},
"balance_asset": "BTC",
"created_at": "2022-04-28T22:07:56.436854Z",
"customer_id": "66325f47-455d-4e0c-9d38-70c047b41dbe",
"direction": "DEBIT",
"fee": "0",
"id": "5ab7e995-5589-4b3f-a333-c14b42ac6eaf",
"metadata": {
"my_id": "TEST-v2-Profile-transfer-428169"
},
"profile_id": "0acfa5a6-6f2e-41af-a833-48e301197ffd",
"ref_id": "TEST-v2-profile-transfer-ref_id-428169",
"status": "PENDING",
"total": "10",
"type": "INTERNAL_TRANSFER_DEBIT",
"group_id": "55e98066-d9ad-483b-9f10-d3aa252ebbe3"
}
OAuth Scope
transfer:write_internal_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
from_identity_id
string
from_account_id
string
to_identity_id
string
to_account_id
string
recipient_metadata
object

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