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
/
credit
/
permit-data
Authorizations
X-API-KEY
string
headerrequiredBody
application/json
chain
string
requiredBlockchain network to use
Required string length:
1 - 255
token_id
string
requiredEthereum address of the credit token
holder_address
string
requiredEthereum address of the user that holds the credit tokens
receiver_address
string
requiredEthereum address of the user that will receive cthe redit tokens
amount
number
requiredAmount of credit tokens to transfer
Required range:
x > 0
Response
200 - application/json
success
boolean
requiredSuccessful response
permitData
object
required