POST
/
api
/
v1
/
wallet
/
transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
network
string
required

The blockchain network (e.g., ETH, BSC, POL, XDC, ALGO)

to
string
required

The recipient's address

fromPrivateKey
string
required

The sender's private key

amount
string
required

The amount to transfer

Response

200
application/json
data
object