POST
/
api
/
v1
/
wallet
/
transfer
/
token

Authorizations

Authorization
string
header
required

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

Body

application/json
amount
string
required

The amount of tokens to transfer

contractAddress
string
required

The contract address of the token

digits
integer
required

The number of decimal places the token supports

fromPrivateKey
string
required

The sender's private key

network
string
required

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

to
string
required

The recipient's address

Response

200 - application/json

The response is of type any.