Internal Transfer
Submit a signed internal ledger transfer between two exchange accounts. Requires proxy signature using the standard signed-op flow.
post/v1/account/internal-transfer
Request body
Example request
{
"op": {
"args": {
"account": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"token": "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
"amount": "100000000",
"to": "0x1234567890abcdef1234567890abcdef12345678"
}
},
"sig": "0x1234567890...",
"salt": 1234567890,
"ts": 1767225600000,
"label": "trading-bot"
}Response
The accepted transfer, carrying its transfer_id.