Crypto Payout Quote from Customer Account

Post https://app.moneygraph.ai/api/v1/customer/cryptopayout_quote/{customer}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

Body parameters

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

Response


{
    "message": "Fee Calculated",
    "status": "success",
    "data": {
        "amount": "0.0150000000000000",
        "fee": "0.0002500000000000",
        "gas_fee": "0.0002500000000000",
        "total": "0.0152500000000000",
        "network": "ETH",
        "token": "USDC"
    }
}