Skip to main content
GET
/
v1
/
ramp
/
banking
/
channels
Get Deposit Channels
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/banking/channels \
  --header 'x-api-key: <api-key>'
{
  "USDC": {
    "channels": [
      {
        "id": "usdc-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "USDC",
        "status": "active",
        "channelType": "crypto",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "eth-sepolia-network-id-bullring-finance",
        "name": "Ethereum Sepolia",
        "status": "active",
        "country": "US",
        "currency": "USDC",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "usdc-channel-id-bullring-finance"
        ],
        "code": "ETH-SEPOLIA"
      },
      {
        "id": "sol-devnet-network-id-bullring-finance",
        "name": "Solana Devnet",
        "status": "active",
        "country": "US",
        "currency": "USDC",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "usdc-channel-id-bullring-finance"
        ],
        "code": "SOL-DEVNET"
      }
    ]
  },
  "USD": {
    "channels": [
      {
        "max": 1500000000000000000,
        "currency": "USD",
        "status": "active",
        "min": 0,
        "channelType": "bank",
        "rampType": "deposit",
        "id": "usd-channel-id-bullring-finance"
      }
    ],
    "networks": []
  },
  "USDT": {
    "channels": [
      {
        "id": "usdt-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "USDT",
        "status": "active",
        "channelType": "crypto",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "eth-sepolia-network-id-bullring-finance",
        "name": "Ethereum Sepolia",
        "status": "active",
        "country": "US",
        "currency": "USDT",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "usdt-channel-id-bullring-finance"
        ],
        "code": "ETH-SEPOLIA"
      },
      {
        "id": "sol-devnet-network-id-bullring-finance",
        "name": "Solana Devnet",
        "status": "active",
        "country": "US",
        "currency": "USDT",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "usdt-channel-id-bullring-finance"
        ],
        "code": "SOL-DEVNET"
      }
    ]
  },
  "BTC": {
    "channels": [
      {
        "id": "btc-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "BTC",
        "status": "active",
        "channelType": "lightning",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "bitcoin-network-id-bullring-finance",
        "name": "Lightning Network",
        "status": "active",
        "country": "US",
        "currency": "BTC",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "btc-channel-id-bullring-finance"
        ],
        "code": "BTC"
      }
    ]
  },
  "NGN": {
    "channels": [
      {
        "id": "ngn-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "NGN",
        "status": "active",
        "channelType": "bank",
        "rampType": "deposit"
      },
      {
        "id": "ngn-otc-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "NGN",
        "status": "active",
        "channelType": "otc",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "ngn-network-id-bullring-finance",
        "name": "Bank",
        "status": "active",
        "country": "US",
        "currency": "NGN",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "ngn-channel-id-bullring-finance"
        ],
        "code": "NGN"
      },
      {
        "id": "ngn-otc-network-id-bullring-finance",
        "name": "OTC (Over The Counter)",
        "status": "active",
        "country": "US",
        "currency": "NGN",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "ngn-otc-channel-id-bullring-finance"
        ],
        "code": "NGN"
      }
    ]
  },
  "ZMW": {
    "channels": [
      {
        "id": "zmw-otc-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 5000,
        "currency": "ZMW",
        "status": "active",
        "channelType": "otc",
        "rampType": "deposit"
      },
      {
        "id": "zmw-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 5000,
        "currency": "ZMW",
        "status": "active",
        "channelType": "momo",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "zmw-network-id-bullring-finance",
        "name": "OTC (Over The Counter)",
        "status": "active",
        "country": "US",
        "currency": "ZMW",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "zmw-otc-channel-id-bullring-finance"
        ],
        "code": "ZMW"
      },
      {
        "id": "zmw-network-id-bullring-finance",
        "name": "Mobile Money",
        "status": "active",
        "country": "US",
        "currency": "ZMW",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "zmw-channel-id-bullring-finance"
        ],
        "code": "ZMW"
      }
    ]
  },
  "GHS": {
    "channels": [
      {
        "id": "ghs-otc-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 5000,
        "currency": "GHS",
        "status": "active",
        "channelType": "otc",
        "rampType": "deposit"
      },
      {
        "id": "ghs-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 5000,
        "currency": "GHS",
        "status": "active",
        "channelType": "momo",
        "rampType": "deposit"
      }
    ],
    "networks": [
      {
        "id": "ghs-network-id-bullring-finance",
        "name": "OTC (Over The Counter)",
        "status": "active",
        "country": "US",
        "currency": "GHS",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "ghs-otc-channel-id-bullring-finance"
        ],
        "code": "GHS"
      },
      {
        "id": "ghs-network-id-bullring-finance",
        "name": "Mobile Money",
        "status": "active",
        "country": "US",
        "currency": "GHS",
        "accountNumberType": "address",
        "countryAccountNumberType": "address",
        "channelIds": [
          "ghs-channel-id-bullring-finance"
        ],
        "code": "GHS"
      }
    ]
  },
  "COP": {
    "channels": [
      {
        "id": "cop-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "COP",
        "status": "active",
        "channelType": "bank",
        "rampType": "deposit"
      }
    ],
    "networks": []
  },
  "MXN": {
    "channels": [
      {
        "id": "mxn-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "MXN",
        "status": "active",
        "channelType": "bank",
        "rampType": "deposit"
      }
    ],
    "networks": []
  },
  "ARS": {
    "channels": [
      {
        "id": "ars-channel-id-bullring-finance",
        "max": 1500000000000000000,
        "min": 0,
        "currency": "ARS",
        "status": "active",
        "channelType": "bank",
        "rampType": "deposit"
      }
    ],
    "networks": []
  }
}

Authorizations

x-api-key
string
header
required

Response

Successful response

{key}
object