Credit
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.
POST
/
credit
/
transfer
Authorizations
Body
application/json
Blockchain network to use
Required string length:
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
Required range:
x > 0
Deadline timestamp in seconds
Required range:
x > 0