Skip to main content
GET
/
v1
/
ramp
/
banking
/
taxonomy
/
{currency}
Get Taxonomy
curl --request GET \
  --url https://api.bullring.finance/v1/ramp/banking/taxonomy/{currency} \
  --header 'x-api-key: <api-key>'
[
  {
    "method": "bt",
    "name": "Bitso Transfer",
    "integration": "bt",
    "sub_method": null,
    "method_name": "Bitso Transfer",
    "network_name": "Bitso Transfer",
    "channel_name": "Bitso Transfer",
    "network_description": "To other Bitso users, immediately without fees.",
    "required_fields": [],
    "optional_fields": [
      "notes",
      "refcode",
      "email",
      "phone",
      "emoji",
      "to_client",
      "origin_id"
    ],
    "currency_configurations": [
      {
        "currency": "ars",
        "fee": {
          "amount": "0.00000000",
          "type": "fixed"
        },
        "limits": {
          "system_min": "0.01000000",
          "system_max": "0.00000000",
          "tx_limit": "0.00000000",
          "status": "upgradeable"
        },
        "status": {
          "type": "active",
          "description": "Ok"
        },
        "asset": "ars",
        "legal_operating_entity": {
          "legal_operation_entity": "Nvio Argentina",
          "country_code": "AR"
        }
      }
    ],
    "consumer_contacts_enabled": false,
    "method_description": "To other Bitso accounts.",
    "icon_config": {
      "path": "/assets/icon/funding_methods/",
      "name": "bt"
    },
    "tags": [
      {
        "title": "Zero-fee",
        "type": "SUCCESS"
      },
      {
        "title": "Immediate",
        "type": "SUCCESS"
      }
    ],
    "network": "bt",
    "protocol": "bt",
    "security": {
      "modes": [
        {
          "type": "PIN",
          "name": "UNKNOWN",
          "from_amount": 0,
          "to_amount": 9223372036854776000
        }
      ]
    },
    "contract": "none",
    "taxes": [],
    "payment_rails": null
  },
  {
    "method": "bind",
    "name": "Bank Transfer",
    "integration": "bind",
    "sub_method": null,
    "method_name": "Bank Transfer",
    "network_name": "Bank",
    "channel_name": "Bank",
    "network_description": "Transfer to any bank",
    "required_fields": [
      "cvu"
    ],
    "optional_fields": [
      "description",
      "recipient_name",
      "origin_id",
      "client_withdrawal_id",
      "max_fee",
      "withdrawal_initiation_token",
      "withdrawalInitiationToken"
    ],
    "currency_configurations": [
      {
        "currency": "ars",
        "fee": {
          "amount": "0.00000000",
          "type": "fixed"
        },
        "limits": {
          "system_min": "0.01000000",
          "system_max": "0.00000000",
          "tx_limit": "0.00000000",
          "status": "upgradeable"
        },
        "status": {
          "type": "active",
          "description": "Ok"
        },
        "asset": "ars",
        "legal_operating_entity": {
          "legal_operation_entity": "Nvio Argentina",
          "country_code": "AR"
        }
      }
    ],
    "consumer_contacts_enabled": true,
    "method_description": "To any bank or digital account.",
    "icon_config": {
      "path": "/assets/icon/withdrawal_methods/",
      "name": "bank"
    },
    "tags": [
      {
        "title": "Zero-fee",
        "type": "SUCCESS"
      },
      {
        "title": "Immediate",
        "type": "SUCCESS"
      }
    ],
    "network": "coelsa",
    "protocol": "cvu",
    "security": {
      "modes": [
        {
          "type": "PIN",
          "name": "UNKNOWN",
          "from_amount": 0,
          "to_amount": 9223372036854776000
        }
      ]
    },
    "contract": "none",
    "taxes": [],
    "payment_rails": null
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

currency
string
required

The currency code (e.g., MXN, BRL, COP, ARS)

Response

Successful response

method
string
name
string
integration
string
sub_method
string | null
method_name
string
network_name
string
channel_name
string
network_description
string
required_fields
string[]
optional_fields
string[]
currency_configurations
object[]
consumer_contacts_enabled
boolean
method_description
string
icon_config
object
tags
object[]
network
string
protocol
string
security
object
contract
string
taxes
object[]
payment_rails
string | null