Skip to main content
GET
/
api
/
v0
/
bringin-link
List connections
curl --request GET \
  --url https://dev.bringin.xyz/api/v0/bringin-link \
  --header 'api-key: <api-key>'
[
  {
    "bringinLink": {
      "id": "550e8400-...",
      "name": "My BTC savings",
      "type": "FIAT_TO_CRYPTO",
      "subtype": "ONCHAIN",
      "status": "ACTIVE",
      "createdAt": "2025-01-15T10:30:00.000Z"
    },
    "standingOrder": {
      "id": "so_abc123",
      "status": "ACTIVE",
      "direction": "FIAT_TO_CRYPTO",
      "sourceCurrency": "EUR",
      "destinationCurrency": "BTC",
      "percentFeeBps": "100"
    },
    "depositIban": "LT61 3250 0467 2289 5172"
  }
]
List all connections for the user within your application. Requires a per-user api-key.
[
  {
    "bringinLink": {
      "id": "550e8400-...",
      "name": "My BTC savings",
      "type": "FIAT_TO_CRYPTO",
      "subtype": "ONCHAIN",
      "status": "ACTIVE",
      "createdAt": "2025-01-15T10:30:00.000Z"
    },
    "standingOrder": {
      "id": "so_abc123",
      "status": "ACTIVE",
      "direction": "FIAT_TO_CRYPTO",
      "sourceCurrency": "EUR",
      "destinationCurrency": "BTC",
      "percentFeeBps": "100"
    },
    "depositIban": "LT61 3250 0467 2289 5172"
  }
]

Connection Statuses

StatusMeaning
INITIATINGBeing created in the background
PENDINGAwaiting SMS OTP confirmation
ACTIVEConfirmed — auto-conversions enabled
FAILEDCreation failed
EXPIREDOTP not confirmed within 30 minutes
INACTIVECancelled by user