Skip to main content
GET
/
v0
/
wallet
/
info
/
fee
Withdrawal Fee
curl --request GET \
  --url https://api-bluvo.com/v0/wallet/info/fee \
  --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>'
{
  "asset": "BTC",
  "exchange": "kraken",
  "networks": [
    {
      "network": "Bitcoin",
      "fee": 0.000015,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.000218,
      "maximumWithdrawal": null
    },
    {
      "network": "Lightning",
      "fee": 0,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.00001,
      "maximumWithdrawal": null
    },
    {
      "network": "Ethereum (kBTC)",
      "fee": 0,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.00002,
      "maximumWithdrawal": null
    },
    {
      "network": "OP Mainnet (kBTC)",
      "fee": 0,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.00002,
      "maximumWithdrawal": null
    },
    {
      "network": "Ink (kBTC)",
      "fee": 0,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.00006,
      "maximumWithdrawal": null
    },
    {
      "network": "Unichain (kBTC)",
      "fee": 0,
      "feeAsset": "BTC",
      "feeType": "fixed",
      "minimumWithdrawal": 0.00006,
      "maximumWithdrawal": null
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bluvo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Query Parameters

asset
string
required

Asset symbol (e.g. BTC, ETH)

network
string

Network filter. If omitted, returns all networks for the asset

amount
string

Amount intended to withdraw for more accurate fee calculation

Response

Successful response

asset
string
required
exchange
string
required
networks
object[]
required