Credit
Request Permit Data
This endpoint returns the necessary data for a Credit token holder to create a permit signature. This permit is used to allow a third party to transfer tokens on behalf of the token holder. Once this permit is signed it is sent to the Transfer Credit Token endpoint to get a transfer transaction.
POST
Authorizations
Body
application/json
Blockchain network to use
Required string length:
1 - 255
Example:
"arbitrum-sepolia"
Ethereum address of the credit token
Example:
"0xd1f09c70f6f2838a3ab6209c1465af68594667ec"
Ethereum address of the user that holds the credit tokens
Example:
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
Ethereum address of the user that will receive cthe redit tokens
Example:
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
Amount of credit tokens to transfer
Required range:
x > 0
Example:
123