Transfers
Create Transfer
Moves funds out of an account. type selects the kind of movement (default ledger): ledger transfers credit between two ledger accounts and returns a Transfer; wallet_send sends USDT from the origin account's Ethereum wallet to a recipient; claim_link funds a shareable claim link anyone with the URL can redeem.
post/transfers
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"currency": "usd"
}Response
money movement created