cURL
curl --request POST \ --url https://api-bluvo.com/v0/wallet/withdraw/quote \ --header 'Content-Type: application/json' \ --header 'x-bluvo-api-key: <api-key>' \ --header 'x-bluvo-org-id: <api-key>' \ --header 'x-bluvo-project-id: <api-key>' \ --header 'x-bluvo-wallet-id: <api-key>' \ --data ' { "asset": "<string>", "amount": "<string>", "address": "<string>", "includeFee": true, "network": "<string>", "tag": "<string>" } '
{ "id": "quote_01H9X3Z7N5V2KJ4G8P6QR5T3Y2", "asset": "BTC", "amountWithFee": 0.0012, "amountNoFee": 0.001, "destinationAddress": "bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq", "network": "bitcoin", "tag": null, "estimatedFee": 0.0002, "estimatedTotal": 0.0012, "expiresAt": 1713984000, "feeDetails": [ { "category": "exchange_withdrawal_fee", "currency": "BTC", "amount": 0.000025, "amountInFiat": 1, "fiatCurrency": "USD" }, { "category": "network_fee", "currency": "BTC", "amount": 0.0001, "amountInFiat": 3.65, "fiatCurrency": "USD" } ] }
Get withdrawal quote with fees and estimates.
Required API Key Scopes: read, quote
read
quote
Bluvo API Key
Bluvo Organization ID
Bluvo Project ID
Bluvo Wallet ID
Successful response
Show child attributes
Was this page helpful?