{
"account_id": "edbf3a26-6603-40a3-873e-d24605b79345",
"currency": "USDT",
"amount": "50.00",
"to_account_id": "edbf3a26-6603-40a3-873e-d24605b79345"
}curl --location 'https://uat.bkj.com/openapi/v1/wallet/inner-transfer' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Accept-Language: en-US' \
--header 'Idempotency-Key: 调用方自己生成的幂等 key' \
--header 'Content-Type: application/json' \
--data '{
"account_id": "edbf3a26-6603-40a3-873e-d24605b79345",
"currency": "USDT",
"amount": "50.00",
"to_account_id": "edbf3a26-6603-40a3-873e-d24605b79345"
}'{
"code": 0,
"data": {
"base": {
"id": "trx_123456",
"currency": "USDT",
"amount": "50.00",
"status": "completed"
},
"chain": "TRON",
"transaction_id": "txn_abcdefg"
},
"message": "success",
"timestamp": 1775600000000
}