Skip to main content
POST
Transfer tokens between wallets

Path Parameters

account-id
string<uuid>
required

Body

application/json
source-address
string
required

Source wallet address (0x...)

Example:

"0xabcdef1234567890abcdef1234567890abcdef12"

asset
enum<string>
required

Asset to transfer (only token assets supported: eth-base/brlv, eth-base/wbrly)

Available options:
tempo/brlv,
eth-base/brlv,
eth-mainnet/brlv,
fiat/brl,
eth-base/usdt,
fiat/usd,
eth-mainnet/usdt,
eth-mainnet/usdc,
eth-base/wbrly,
eth-base/usdc,
eth-base/brly
Example:

"eth-base/brlv"

amount
required

Amount of tokens to transfer

Example:

"100.50"

target-address
string
required

Target wallet address (0x...)

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Transfer created successfully

transfer
object
required

Details of the created transfer