FOMO API (v20250702)
  1. Virtual Account
FOMO API (v20250702)
  • Authorization
  • Webhook
  • API
    • Account
      • Retrieve an account
      • List accounts
    • Balance
      • Retrieve a balance
      • List balances
    • Transaction
      • Retrieve a transaction
      • List transactions
    • Virtual Account
      • Retrieve a virtual account
        GET
      • List virtual accounts
        GET
    • Beneficiary
      • Beneficiary Acocunt
        • List beneficiary accounts
        • Retrieve a beneficiary account
      • List beneficiaries
      • Retrieve a beneficiary
    • Account Holder
      • Retrieve an account holder
      • List account holders
    • Outgoing Transfer
      • List outgoing transfers
      • Retrieve an outgoing transfer
    • Webhook
      • Retrieve a webhook
      • List webhooks
    • Intent
      • Account Holder Creation
        • Create an account holder creation intent
        • Get an account holder creation intent
        • Confirm an account holder creation intent
      • Outgoing Transfer Creation
        • Create an outgoing transfer creation intent
        • Get an outgoing transfer creation intent
        • Confirm an outgoing transfer creation intent
      • Virtual Account Creation
        • Create a virtual account creation intent
        • Set account holder for virtual account creation intent
        • Get a virtual account creation intent
        • Confirm a virtual account creation intent
      • Virtual Account Update
        • Create a virtual account update intent
        • Set account holder for virtual account update intent
        • Get a virtual account update intent
        • Confirm a virtual account update intent
      • Beneficiary Creation
        • Create a beneficiary creation intent
        • Get a beneficiary creation intent
        • Confirm a beneficiary creation intent
      • Beneficiary Account Creation
        • Create a beneficiary account creation intent
        • Get a beneficiary account creation intent
        • Confirm a beneficiary account creation intent
  1. Virtual Account

List virtual accounts

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/virtual-accounts

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://uat.fomoapis.com/v1/virtual-accounts?token&count=-2&account_id=c366e56b-fc13-4f3d-aa93-392a3d5f50b3' \
--header 'x-fomo-api-version;'
Response Response Example
[
    {
        "id": "338b4b4c-3d27-464f-ae81-6e69e76c8dcd",
        "create_time": "2025-07-30T10:44:24.346365+00:00",
        "update_time": "2025-07-30T10:44:24.346365+00:00",
        "token": "M4tLTD0nRk+ugW5p52yNzQ==",
        "etag": "M4tLTD0nRk+ugW5p52yNzQAAAAAAAAAA",
        "status": "active",
        "customer_id": "9b607213-9e86-47e0-b2a8-b89e5ff8c0e0",
        "account_id": "c366e56b-fc13-4f3d-aa93-392a3d5f50b3",
        "external_account": {
            "type": "crypto-account",
            "detail": {
                "network": "ethereum/sepolia",
                "address": "0xb204d067d9b16023de1bc017474eba1bf110aeb0"
            }
        },
        "account_holder_id": "ec1a5f6d-1ad3-48b0-b29f-7c82ceec2263"
    },
    {
        "id": "b4e47e7d-04c8-424a-a37e-a563d76808cf",
        "create_time": "2025-07-29T09:54:22.298391+00:00",
        "update_time": "2025-07-29T09:54:22.298391+00:00",
        "token": "tOR+fQTIQkqjfqVj12gIzw==",
        "etag": "tOR+fQTIQkqjfqVj12gIzwAAAAAAAAAA",
        "status": "active",
        "customer_id": "9b607213-9e86-47e0-b2a8-b89e5ff8c0e0",
        "account_id": "c366e56b-fc13-4f3d-aa93-392a3d5f50b3",
        "external_account": {
            "type": "crypto-account",
            "detail": {
                "network": "ethereum/sepolia",
                "address": "0xbdd905e7b9da5e265fc679dd33af844bb9a68d23"
            }
        },
        "account_holder_id": "6bbbfa3a-813e-4dea-a186-ff38163db1e3"
    }
]
Previous
Retrieve a virtual account
Next
List beneficiary accounts
Built with