create payout quote
POST {{API-URL}}/api/v1/payment/gateway/payout/quote/
Request Body
{"clientIdentifier"=>"sherlockholmes50", "symbol"=>"USDC_AED", "chain"=>"ETHEREUM", "quantity"=>0.1}
RESPONSES
status: OK
{"code":200,"data":{"clientIdentifier":"sherlockholmes52","quoteId":556852,"symbol":"USDC_AED","quantity":0.136,"quoteQuantity":0.50000000024,"price":3.67647059,"expiryTime":1736852659303},"error":null}