v1
latestOpenAPI 3.0.02026-07-26117342409.6 KBInternal Transfers
Create Internal Transfer
Transfer assets between two profiles belonging to the same customer.
post/transfer/internal
Request body
Example request
{
"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"
},
"recipient_metadata": {
"your_id": "43ab8d28-be1e-4729-8731-37fd976b167b"
}
}Response
A successful response.
Example response
{
"id": "f190b163-208f-4d73-8deb-4fb8b24add00",
"ref_id": "idempotence_id",
"customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339",
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"amount": "0.10000000",
"total": "0.10000023",
"fee": "0.00000023",
"asset": "BTC",
"balance_asset": "BTC",
"direction": "WITHDRAWAL",
"type": "CRYPTO_WITHDRAWAL",
"status": "COMPLETED",
"created_at": "2020-01-17T18:36:08.737Z",
"updated_at": "2020-01-17T18:37:08.737Z",
"crypto_network": "BITCOIN",
"crypto_tx_hash": "f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16",
"crypto_tx_index": "0",
"destination_address": "1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2",
"notional_value": "1.02",
"metadata": {
"my_id": "4024ee50-eefb-4f2e-85c7-e7899c0b7da5"
}
}