Skip to main content
GET
/
v1
/
organizations
/
network
Get network providers
curl --request GET \
  --url https://sandbox-api.borderless.xyz/v1/organizations/network \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "credentials": {
      "customerOwned": true,
      "configured": true
    },
    "supportsCustodialBalance": true,
    "complianceProfiles": [],
    "options": [
      {}
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>[]

Filter providers by status. Accepts a single value or repeated keys (e.g. ?status=active&status=pending).

Available options:
active,
inactive,
not_available,
pending

Response

200 - application/json

List of network providers.

id
string
required

Provider identifier (organizationId|pfiName)

name
enum<string>
required
Available options:
Bridge,
Koywe,
Kotanipay,
Hercle,
Bitso,
Yellowcard,
TraceFinance,
HoneyCoin,
BlindPay,
Finity,
Infinia,
Walapay,
Abra,
Yativo,
Capa,
Bivo,
Cobre,
Avenia,
Brale,
BVNK,
CoinsPH,
Iron,
Enigma,
Juicyway,
Kira,
TripleA,
Onmeta
status
enum<string>
required
Available options:
active,
inactive,
not_available,
pending
credentials
object
required
supportsCustodialBalance
boolean
required

Whether the provider holds an org-owned custodial balance (asset or fiat) that can absorb deposits and serve withdrawals.

complianceProfiles
enum<string>[]
required
Available options:
Bridge_base,
Bridge_sepa,
Koywe_base,
Kotanipay_base,
Bitso_base,
Yellowcard_base,
TraceFinance_base,
HoneyCoin_base,
BlindPay_base,
BlindPay_enhanced,
Finity_base,
Ares_base,
Hercle_base,
Infinia_base,
Walapay_base,
Yativo_base,
Capa_base,
Bivo_base,
Cobre_base,
Brale_base,
Juicyway_base,
Onmeta_base,
Onmeta_ind
options
object[]
required

Provider options keyed by operation type (deposit, withdrawal, virtualAccount, exchange)