> ## Documentation Index
> Fetch the complete documentation index at: https://developer.obiex.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Active Networks



## OpenAPI

````yaml /api-reference/openapi.json get /currencies/networks/active
openapi: 3.0.0
info:
  title: Obiex API
  version: 1.0.0
  description: >-
    Welcome to the Obiex API Documentation, your guide to building amazing
    payment experiences with our powerful APIs.


    Start by reviewing the overview of each folder to understand how the APIs
    function and interact. This will help you get the most out of our platform
    and easily integrate its features into your applications.
servers:
  - url: https://api.obiex.finance/v1
security: []
paths:
  /currencies/networks/active:
    get:
      tags:
        - Currencies
      summary: Get Active Networks
      responses:
        '200':
          description: Get Active Networks
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                  data:
                    type: object
                    properties:
                      AVAX:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      AXS:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      BNB:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      BTC:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: number
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: number
                                withdrawalFee:
                                  type: number
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      BUSD:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      DOGE:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      ETH:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: number
                                withdrawalFee:
                                  type: number
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      MATIC:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      TRX:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      TST:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      USDC:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      USDT:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
                      WKD:
                        type: object
                        properties:
                          currencyName:
                            type: string
                          networks:
                            type: array
                            items:
                              type: object
                              properties:
                                networkName:
                                  type: string
                                networkCode:
                                  type: string
                                minimumDeposit:
                                  type: integer
                                depositFee:
                                  type: integer
                                minimumWithdrawal:
                                  type: integer
                                withdrawalFee:
                                  type: integer
                                maximumDecimalPlaces:
                                  type: integer
                                receiveFeeType:
                                  type: string
                                withdrawalFeeType:
                                  type: string
              example:
                message: Ok
                data:
                  BTC:
                    currencyName: Bitcoin
                    networks:
                      - networkName: Bitcoin
                        networkCode: BTC
                        minimumDeposit: 0.00002
                        depositFee: 0
                        minimumWithdrawal: 1.e-7
                        withdrawalFee: 0.0001
                        maximumDecimalPlaces: 7
                        receiveFeeType: FLAT
                        withdrawalFeeType: PERCENTAGE
                  USDT:
                    currencyName: Tether
                    networks:
                      - networkName: Ethereum (ERC20)
                        networkCode: ETH
                        minimumDeposit: 0
                        depositFee: 0
                        minimumWithdrawal: 15
                        withdrawalFee: 4
                        maximumDecimalPlaces: 4
                        receiveFeeType: PERCENTAGE
                        withdrawalFeeType: FLAT
                      - networkName: Polygon (MATIC)
                        networkCode: MATIC
                        minimumDeposit: 0
                        depositFee: 0
                        minimumWithdrawal: 10
                        withdrawalFee: 1
                        maximumDecimalPlaces: 4
                        receiveFeeType: PERCENTAGE
                        withdrawalFeeType: FLAT
                      - networkName: Tron (TRC20)
                        networkCode: TRX
                        minimumDeposit: 0
                        depositFee: 0
                        minimumWithdrawal: 10
                        withdrawalFee: 1
                        maximumDecimalPlaces: 4
                        receiveFeeType: PERCENTAGE
                        withdrawalFeeType: FLAT
                      - networkName: Solana
                        networkCode: SOL
                        minimumDeposit: 0
                        depositFee: 0
                        minimumWithdrawal: 10
                        withdrawalFee: 1
                        maximumDecimalPlaces: 4
                        receiveFeeType: PERCENTAGE
                        withdrawalFeeType: FLAT
                      - networkName: BSC (BEP20)
                        networkCode: BSC
                        minimumDeposit: 0
                        depositFee: 0
                        minimumWithdrawal: 10
                        withdrawalFee: 0.5
                        maximumDecimalPlaces: 4
                        receiveFeeType: PERCENTAGE
                        withdrawalFeeType: FLAT

````