Post https://app.moneygraph.ai/api/v1/customer/cryptopayout_quote/{customer}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID or MCP Key of the onboarded customer.
from_wallet* uuid
Wallet ID of crypto wallet
wallet_address* string
Crypto currency wallet address
amount* numeric
Amount is lowest currency denomination, the is the amount of money you are sending to recipient, ensure its the recipient currency the recipient expects
{
"message": "Fee Calculated",
"status": "success",
"data": {
"amount": "0.0150000000000000",
"fee": "0.0002500000000000",
"gas_fee": "0.0002500000000000",
"total": "0.0152500000000000",
"network": "ETH",
"token": "USDC"
}
}