Get on-chain destinations across all venues for a given asset

get/venue-adapter-service/api/vas/v1/on-chain-destinations

Returns the venue + account type combinations that support on-chain deposit of the supplied generic asset on the supplied network (e.g. genericAsset=usdc, network=sol).

Query Parameters

  • genericAssetstringRequired
    BitGo generic asset identifier (e.g. usdc)
    Min length: >= 1 characters
  • networkstringRequired
    BitGo network identifier (e.g. sol)
    Min length: >= 1 characters

200 Response

eligibleDestinations array[object] required
venueIdOne ofrequired
Flexible venue identifier for API spec codecs. Accepts known VenueIdentifier values AND any NonEmptyString, so consumers (e.g. Link) don't break when VAS adds a new venue before the types package is updated.
Allowed values: BITGET BITGET_PROD COINBASE_EXCHANGE COINBASE_EXCHANGE_PROD CRYPTOCOM CRYPTOCOM_PROD DERIBIT DERIBIT_PROD GATE GATE_PROD HTX HTX_PROD KRAKEN_SPOT KRAKEN_SPOT_PROD KUCOIN KUCOIN_PROD OKX OKX_PROD
accountType string required
Allowed values: main sub

400 Response

errorName string required
error string required

500 Response

errorName string required
error string required