Skip to main content
GET
/
v0
/
wallet
/
trade
/
tradable-assets
Tradable Assets
curl --request GET \
  --url https://api-bluvo.com/v0/wallet/trade/tradable-assets \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>'
{
  "schemaVersion": 1,
  "exchange": "kraken",
  "generatedAt": "2026-06-01T00:00:00.000Z",
  "source": {
    "api": "https://api.kraken.com/0/public/AssetPairs",
    "fetchedAt": "2026-06-01T00:00:00.000Z"
  },
  "assets": [
    {
      "assetId": "DOGE",
      "symbol": "DOGE",
      "exchangeSymbols": [
        "XXDG",
        "XDG"
      ]
    },
    {
      "assetId": "USDC",
      "symbol": "USDC",
      "exchangeSymbols": [
        "USDC"
      ]
    }
  ],
  "routes": [
    {
      "routeId": "kraken:spot:DOGE-USDC",
      "exchange": "kraken",
      "marketType": "spot",
      "baseAsset": "DOGE",
      "quoteAsset": "USDC",
      "displaySymbol": "DOGE/USDC",
      "exchangeSymbol": "XDGUSDC",
      "status": "online",
      "isTradingEnabled": true,
      "margin": {
        "isMarginEnabled": false
      },
      "orderTypes": [
        "market",
        "limit"
      ],
      "tradingRules": {
        "price": {
          "tickSize": "0.000001",
          "priceDecimals": 6
        },
        "quantity": {
          "minBaseQty": "13",
          "stepSize": "0.00000001",
          "quantityDecimals": 8
        }
      },
      "fees": {
        "model": "maker_taker",
        "tiers": [
          {
            "volume": "0",
            "maker": "0.25",
            "taker": "0.4"
          }
        ]
      }
    }
  ],
  "stats": {
    "totalAssets": 2,
    "totalRoutes": 1,
    "tradableRoutes": 1
  }
}

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

Query Parameters

exchange
enum<string>

Exchange ID to read tradable assets for when x-bluvo-wallet-id is not provided.

Available options:
ace,
ascendex,
bequant,
bigone,
binance,
binance-web,
coinbase,
binanceus,
bingx,
bit2c,
bitbank,
bitbns,
bitcoincom,
bitfinex,
bitflyer,
bitget,
bithumb,
bitmart,
bitmex,
bitopro,
bitpanda,
bitrue,
bitso,
bitstamp,
bitteam,
bitvavo,
bybit,
bybit-web,
bl3p,
blockchaincom,
blofin,
btcalpha,
btcbox,
btcmarkets,
btcturk,
cex,
coincheck,
coinex,
coinlist,
coinmate,
coinmetro,
coinone,
coinsph,
coinspot,
cryptocom,
delta,
deribit,
digifinex,
exmo,
fmfwio,
gate,
gateio,
gemini,
hashkey,
hitbtc,
hollaex,
htx,
huobi,
huobijp,
hyperliquid,
independentreserve,
indodax,
kraken,
krakenfutures,
kucoin,
kucoinfutures,
latoken,
lbank,
luno,
mercado,
mexc,
ndax,
novadax,
oceanex,
okcoin,
okx,
onetrading,
oxfun,
p2b,
paradex,
paymium,
phemex,
poloniex,
poloniexfutures,
probit,
timex,
tradeogre,
upbit,
vertex,
wavesexchange,
whitebit,
woo,
woofipro,
xt,
yobit,
zaif,
zonda,
local-cex
sources
string

Comma-separated source/base assets to include, for example DOGE,USDC,BTC,ETH.

destinations
string

Comma-separated destination/quote assets to include, for example USDT,BTC,SOL,ETH,DOGE.

Response

Successful response

schemaVersion
number
required
exchange
string
required
generatedAt
string
required
source
object
required
assets
object[]
required
routes
object[]
required
stats
object
required
rateLimits
object[]