BATCH - BURN to an array of wallets (validation || external Agent wallet)

POST {{base_url_servicing}}/tokens/{{token_id}}/actions/validate/burn

https://docs.tokeny.com/reference/validateburntokensfromwallets

Validate burning a specified amount of tokens from the given wallets.

This endpoint verifies that the transaction will be successful on the blockchain, before actually sending it and paying fees. It returns the transactionData that you will need to send onchain.

Request Body

{"ethereumNetwork"=>"{{network}}", "transactions"=>[{"address"=>"0x125c391b91abc9450ff07aacf381d3b9b310eb00", "amount"=>"4444"}]}

RESPONSES

status: OK

{"gasEstimation":"63536","transactionData":"0x4a6cc677000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001000000000000000000000000125c391b91abc9450ff07aacf381d3b9b310eb000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000115c","agentWallet":"0x28e1e589B5d4753328cF049dB0dEDb0c85b89785"}