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
network
string
required

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

to
string
required

The recipient's address

contractAddress
string
required

The contract address of the token

amount
string
required

The amount of tokens to transfer

digits
integer
required

The number of decimal places the token supports

fromPrivateKey
string
required

The sender's private key

Response

200
application/json

The response is of type any.