Init Project Token Transfer
Initialize project token transfer from a wallet address to another.
Init Project Token Transfer
POST
{{server-url}}/project-tokens/transfer/init
It returns unsigned transaction data.
Headers
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Request Body
symbol*
String
Represents project token's symbol
senderAddress*
String
Represents sender's wallet address
receiverAddress*
String
Represents receiver's wallet address
amount*
Number
Represents transfer amount. (You should send as decimal)
Example Response Body
Response Fields
from
String
Sender address
to
String
Receiver address (it will be contract address for our case)
data
String
Represents encoded transaction content
gas
Number
Represents transaction fee parameter
gasPrice
String
Represents transaction fee parameter
nonce
Number
Count of sender transactions
chainId
Number
Represents the id information of the network where the transaction will perform.
Last updated