cURL
Internal Transfer
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" }}'
200
{ "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"}
Transfer assets between two profiles belonging to the same customer.
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?