Redeem
If this entity information is missing, the endpoint returns a 401 Unauthorized error.
Name
Value
Name
Type
Description
{
"recipient": "0xRecipientAddressABC123",
"amount": 100,
"assetType": "ENSC",
"payoutEmail": "[email protected]",
"bank": "058",
"accountNumber": "0123456789"
}{
"status": 200,
"message": "Transaction processed successfully",
"data": {
"to": "0xDexContractAddressDEF456",
"value": 0,
"gasLimit": "0x186a0",
"gasPrice": "0x4a817c800",
"nonce": "5",
"data": "0xEncodedRedeemFunctionCallForENSC",
"pvRef": "PV-ABCD1234",
"txStatus": "PENDING",
"payout": {
"accountName": "Resolved Account Name",
"bank": "058",
"accountNumber": "0123456789"
}
}
}Last updated