Skip to main content
GET
Get Withdrawal Networks

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Query Parameters

currency
string

Currency ticker (e.g., ETH, BTC) to filter networks.

include_currency
boolean

Set to true to get the available assets for every network.

Response

A list of withdrawal networks.

network_name
string
required

The network name.

Example:

"ETHEREUM"

assets
object[]

Array of available assets in the network. Shown only if include_currency is true.