ApiFinance
Send internal transfer to another user by UID
post/api/internal-transfer
Headers
Idempotency-Keystring
Request body
Example request
{
"toUserId": "fef317fd-121f-4d50-b1de-362dbe4e07de",
"toEmail": "test@mail.com",
"toPublicId": "123456",
"amount": 50,
"currencyCode": "USDT"
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.