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": [
{}
]
}
]Network
Get network providers
Retrieve all network providers with their capabilities for the organization.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
Provider identifier (organizationId|pfiName)
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 Available options:
active, inactive, not_available, pending Show child attributes
Show child attributes
Whether the provider holds an org-owned custodial balance (asset or fiat) that can absorb deposits and serve withdrawals.
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 Provider options keyed by operation type (deposit, withdrawal, virtualAccount, exchange)
Was this page helpful?
⌘I