Transfer Credit Token
This is endpoint receives transfer information, a permit signature and returns an unsigned transaction that executes the transfer. Permit data is obtained by calling the Request Permit Data endpoint and it is signed using the private key of the token holder. Transfer information needs to match the used to generate the permit. The unsigned transaction should be signed using your private key and can be broadcasted using Execute Transaction or Execute Transaction and Wait endpoints.
Authorizations
Body
Blockchain network to use
1 - 255
Ethereum address of the credit token
Ethereum address of the user that holds the credit tokens
Ethereum address of the user that will receive cthe redit tokens
Amount of credit tokens to transfer
x > 0
Deadline timestamp in seconds
x > 0
Response
Success response
Unsigned transaction object for the user to sign