Skip to main content
GET
/
api
/
v1
/
auth
/
remittance
/
custodial
/
corridors
List custodial remittance corridors
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/remittance/custodial/corridors
{
  "corridors": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "code": "GB-KE",
      "source_country_code": "GB",
      "dest_country_code": "KE",
      "dest_fiat_currency": "KES",
      "payout_rail": "mpesa",
      "vendor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "offer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt

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

Response

200 - application/json

Active corridors

corridors
object[]