Credit
Create an allowance
This is endpoint returns an unsigned transaction that pre-approves a spender_address
account to transfer a specified amount of tokens from the holder_address
account. Once you sign this transaction, using your private key held in your local environment variables, you can broadcast it using the Execute Transaction endpoint; or if you prefer to wait for confirmation using the Execute Transaction and Wait endpoint.
POST
/
credit
/
approve
Authorizations
Body
application/json
Blockchain network to use
Required string length:
1 - 255
Ethereum address of the credit token
Ethereum address of the token holder account
Ethereum address of the spender account
Amount of credit tokens to approve
Required range:
x > 0