1.5 - Validates DVD transfer feasibility
POST {{base_url_servicing}}/tokens/{{token_id}}/actions/validate/dvd-transfer
https://docs.tokeny.com/reference/tokentrextransfernestjscontroller_validatedvdtransfer
StartFragment
Validating the Delivery vs Delivery transfer feasibility.
This endpoint validates the Delivery vs Delivery transfer feasibility; that the transaction will be successful once onchain. It saves the cost of a failing transaction.
EndFragment
Request Body
{"counterpartAddress"=>"0x0de68aae8b95cf79352dcb01477b52d95e395297", "erc20Amount"=>"1", "erc20TokenAddress"=>"0x0eb6844d8ef299bfb633465db987eb8b40a9282f", "trexAmount"=>"2", "senderAddress"=>"0x54d00d07aee10f2a847d6efd5aec0aa316131718"}
RESPONSES
status: OK
{"valid":true,"payloadToSign":"payload"}