Skip to main content
GET
/
v0
/
wallet
/
deposit
/
address
Deposit Address
curl --request GET \
  --url https://api-bluvo.com/v0/wallet/deposit/address \
  --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>'
{
  "address": "bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq",
  "tag": null,
  "tagType": null,
  "network": "Bitcoin",
  "asset": "BTC",
  "exchange": "kraken",
  "cached": false,
  "fetchedAt": 1700000000000,
  "minimum": "0.0001",
  "fee": null,
  "limit": null,
  "canGenerateAddress": true
}

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) the same used in quotation endpoint

network
string
required

Network identifier (e.g. Bitcoin, Ethereum) the same used in quotation endpoint

policy
enum<string>

Address reuse policy: reuse_or_create (default), reuse_only, or create_new

Available options:
reuse_or_create,
reuse_only,
create_new

Response

Successful response

address
string
required
network
string
required
asset
string
required
exchange
string
required
cached
boolean
required
fetchedAt
number
required
tag
string | null
tagType
enum<string> | null
Available options:
memo,
destinationTag,
message,
null
minimum
string | null
fee
string | null
limit
string | null
canGenerateAddress
boolean | null