Zynk
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
  1. External Accounts
  • Transformer - Cross border transfer
    • Transformer: Entity
      • Create Entity
      • Entities
      • Entity By ID
      • Entity By Email
      • KYC Status
      • KYC Requirements
      • Submit KYC/KYB
      • Get KYC Documents
    • Transformer: Accounts
      • External Accounts
        • Generate Plaid Link Token
          POST
        • Update Plaid Link Token
          POST
        • Get External Account Payload Requirements
          GET
        • Add External Account
          POST
        • Enable External Account
          POST
        • Disable External Account
          POST
        • Delete External Account
          POST
        • Get External Account by ID
          GET
        • Get External Accounts
          GET
      • Funding Accounts
        • Create Funding Account
        • Activate Funding Account
        • Deactivate Funding Account
        • Funding Account by ID
        • All Funding Accounts
      • Entity Accounts (Deprecated)
        • Add Entity Account
        • Remove Entity Account
        • Get Entity Account
        • Get Entity Accounts
    • Transformer: Transfers
      • Simulate
      • Transfer
      • All transfers for partner
      • Transfer by execution ID
    • Transformer: Utility
      • Partner Payments Account Balance
      • Partner Payments Deposit
      • Get Jurisdictions
    • Webhooks
      • Get Webhook Events History
      • Registered Webhook URL
      • Register or Update Webhook URL
  • Transporter - Automated Liquidity Manager
    • ALM Market
      • Create Reserve Quote
      • Accept Reserve Frame
      • Get Active Reserves
      • Get All Reserves
    • Transaction Details by ID, Partner Transaction ID, or Transaction Hash
      GET
    • Transaction Details
      GET
    • Transaction Details by ID
      GET
    • Partner Details
      GET
    • Initiate Transaction
      POST
    • Replenish Fee Quote
      POST
    • Quote Fulfilled
      POST
    • Replenish Initiate
      POST
    • Replenish Batch Transaction
      POST
    • Replenish Fee Quote Batch
      POST
  • Teleport - Pay-In Accounts
    • Create Teleport Route
    • Update Teleport Destination
    • Toggle Teleport Status
    • Teleport Details
    • Teleport Routes by Entity
  • Continuum - Wallet Infrastructure
    • Authentication
      • Register primary authentication
    • Wallet Management
      • Prepare wallet creation challenge (Step 1)
      • Submit wallet creation activity (Step 2)
    • Account Management
      • Prepare account creation challenge (Step 1)
      • Submit account creation activity (Step 2)
    • Passkey Management
      • Prepare passkey registration (Step 1)
      • Submit passkey registration (Step 2)
      • Get passkey authenticators
      • Prepare passkey deletion (Step 1)
      • Submit passkey deletion (Step 2)
    • Wallet Information
      • Get wallet details
      • Get wallet balances
      • Get transactions for address
    • Sessions
      • Initiate OTP delivery
      • Start authentication session
  • Archive
    • KYC Documents
    • Prepaid KYC Balance
    • Prepaid KYC Deposit
  1. External Accounts

Get External Accounts

GET
/api/v1/transformer/accounts/{entityId}/external_accounts
Retrieves a list of all external accounts associated with a specific entity.
Returns account details for both blockchain and fiat accounts with their current status.

Request

Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params

Responses

🟢200OK
application/json
OK
Body

🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/transformer/accounts/entity_c2f742c5_ea24_405f_a329_c73c0b3234a2/external_accounts'
Response Response Example
200 - Success
{
    "success": true,
    "data": {
        "entityId": "entity_c2f742c5_ea24_405f_a329_c73c0b3234a2",
        "totalAccounts": 4,
        "accounts": [
            {
                "accountId": "acc_04636464_1a8d_4908_b9a9_9d35b0034943",
                "accountType": "deposit_and_withdrawal",
                "accountOwnershipType": "first_party",
                "jurisdictionId": "jurisdiction_04cc79dc_4df5_435d_9e21_107b1ff559b7",
                "jurisdictionType": "blockchain",
                "jurisdictionName": "Solana Devnet",
                "jurisdictionCurrency": "USDC",
                "wallet": {
                    "walletAddress": "5sFAivsBUHKsYxzbQok1XVeTh9ZswfsDUcd6h6gvhPPZ"
                },
                "status": "active"
            },
            {
                "accountId": "acc_091c1362_fa0e_43af_91e9_319352dca6c7",
                "accountType": "deposit_and_withdrawal",
                "accountOwnershipType": "first_party",
                "jurisdictionId": "jurisdiction_8eeecfd0_2944_46f4_b7f3_ae4cd7b41f41",
                "jurisdictionType": "country",
                "jurisdictionName": "United States",
                "jurisdictionCurrency": "USD",
                "account": {
                    "accountHolderName": "John Doe",
                    "accountNumber": "1234567890123",
                    "accountOwnerType": "individual",
                    "routingNumber": "123456789",
                    "bankName": "Chase",
                    "currency": "usd",
                    "bankAccountType": "us",
                    "beneficiaryAddress": {
                        "streetLine1": "1234 Charmant",
                        "streetLine2": "Benhurst Ave",
                        "city": "San Diego",
                        "state": "US-CA",
                        "postalCode": "12345",
                        "country": "USA"
                    },
                    "paymentRail": "wire",
                    "businessName": "xyz pvt ltd",
                    "firstName": "John",
                    "lastName": "Doe"
                },
                "status": "active"
            },
            {
                "accountId": "acc_79790d8e_9431_4f58_8f2a_34a4ba590636",
                "accountType": "deposit",
                "accountOwnershipType": "first_party",
                "jurisdictionId": "jurisdiction_46c77845_1c3f_490e_9be1_ea72605bc707",
                "jurisdictionType": "country",
                "jurisdictionName": "United Arab Emirates",
                "jurisdictionCurrency": "AED",
                "account": {
                    "accountHolderName": "John Doe",
                    "bankIban": "AE670200000031278088001",
                    "bankName": "Bank of UAE"
                },
                "status": "active"
            },
            {
                "accountId": "acc_b9fd52df_acf6_4e33_a8db_ea9fb49daf5f",
                "accountType": "deposit_and_withdrawal",
                "accountOwnershipType": "first_party",
                "jurisdictionId": "jurisdiction_39fcac47_15b5_4fd0_af4d_3ea46b41fbf7",
                "jurisdictionType": "country",
                "jurisdictionName": "Brazil",
                "jurisdictionCurrency": "BRL",
                "account": {
                    "name": "Pix",
                    "paymentCode": "pix",
                    "paymentType": "bank_transfer",
                    "documentType": "CPF",
                    "documentNumber": "1234567890123",
                    "pixKeyType": "EMAIL",
                    "pixKey": "miracarslan95558981199@gmail.com",
                    "beneficiaryType": "individual",
                    "payerName": "Mirac Arslan"
                },
                "status": "active"
            }
        ]
    }
}
Modified at 2025-11-11 17:24:38
Previous
Get External Account by ID
Next
Create Funding Account
Built with