cURL
Paxos Transfer
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" }}'
200
{ "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"}
Transfer assets between two Profiles belonging to different Entities.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
A successful response.
The response is of type object.
object
Was this page helpful?