FOMO API (v20250702)
  1. Transaction
FOMO API (v20250702)
  • Authorization
  • Webhook
  • API
    • Account
      • Retrieve an account
      • List accounts
    • Balance
      • Retrieve a balance
      • List balances
    • Transaction
      • Retrieve a transaction
        GET
      • List transactions
        GET
    • Virtual Account
      • Retrieve a virtual account
      • List virtual accounts
    • 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. Transaction

List transactions

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/transactions

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/transactions?token=&count=&since_time=&until_time=&time_column=&account_id=&balance_id=&debit_credit_indicator=&pending=' \
--header 'x-fomo-api-version;'
Response Response Example
[
    {
        "id": "019565bc-8378-7664-991e-69d021b4238a",
        "create_time": "2025-03-05T09:56:48.171371+00:00",
        "update_time": "2025-03-05T10:03:12.572578+00:00",
        "token": "AZVlvIN4dmSZHmnQIbQjig==",
        "etag": "AZVlvIN4dmSZHmnQIbQjigAAAAAAAAAE",
        "debit_credit_indicator": "credit",
        "currency_code": "ETH",
        "amount": "0.0001",
        "debit_amount": "0",
        "credit_amount": "0.0001",
        "pending": false,
        "transaction_code": "EXT-W",
        "balance": "0.0001",
        "post_time": "2025-03-05T09:56:48.171302+00:00",
        "value_time": "2025-03-05T10:03:12.542981+00:00",
        "account_id": "c366e56b-fc13-4f3d-aa93-392a3d5f50b3",
        "balance_id": "f2f951a4-4288-4c21-a034-39dbf599b1fa",
        "customer_id": "9b607213-9e86-47e0-b2a8-b89e5ff8c0e0",
        "foreign_currency_code": null,
        "foreign_amount": null,
        "remark": "inward crypto off-us transfer",
        "type": "transfer-off_us-inward-crypto",
        "detail": {
            "network": "ethereum/sepolia",
            "kind": null,
            "address_from": "0x041ac4ba7cc9c2c9db2e2d9d23581ee0fcdaa0f5",
            "address_to": "0x50d2bb72cea5f1e56092a4bad4578cfde63d0d80",
            "value": "0.0001",
            "transaction_hash": "0x5dff1733b78fc13ed5de0388b56ad5b839752cbbe64264517155646372b67d2a"
        },
        "external_account": {
            "type": "crypto-account",
            "detail": {
                "network": "ethereum/sepolia",
                "address": "0x50d2bb72cea5f1e56092a4bad4578cfde63d0d80"
            }
        }
    },
    {
        "id": "019565c8-a5d1-77cf-bf4b-51a8a62711fc",
        "create_time": "2025-03-05T10:10:03.409098+00:00",
        "update_time": "2025-03-05T10:17:02.982458+00:00",
        "token": "AZVlyKXRd8+/S1GopicR/A==",
        "etag": "AZVlyKXRd8+/S1GopicR/AAAAAAAAAAE",
        "debit_credit_indicator": "credit",
        "currency_code": "ETH",
        "amount": "0.01",
        "debit_amount": "0",
        "credit_amount": "0.01",
        "pending": false,
        "transaction_code": "EXT-W",
        "balance": "0.0101",
        "post_time": "2025-03-05T10:10:03.409096+00:00",
        "value_time": "2025-03-05T10:17:02.950663+00:00",
        "account_id": "c366e56b-fc13-4f3d-aa93-392a3d5f50b3",
        "balance_id": "f2f951a4-4288-4c21-a034-39dbf599b1fa",
        "customer_id": "9b607213-9e86-47e0-b2a8-b89e5ff8c0e0",
        "foreign_currency_code": null,
        "foreign_amount": null,
        "remark": "inward crypto off-us transfer",
        "type": "transfer-off_us-inward-crypto",
        "detail": {
            "network": "ethereum/sepolia",
            "kind": null,
            "address_from": "0xd1bd27c9be2943e8ec0ce43d6f8b8f9ce434eeb7",
            "address_to": "0x50d2bb72cea5f1e56092a4bad4578cfde63d0d80",
            "value": "0.01",
            "transaction_hash": "0xa4587cc37fd16ca2f2536601d3458809cf87420bb002fc94fd16901f66e9e41f"
        },
        "external_account": {
            "type": "crypto-account",
            "detail": {
                "network": "ethereum/sepolia",
                "address": "0x50d2bb72cea5f1e56092a4bad4578cfde63d0d80"
            }
        }
    }
]
Previous
Retrieve a transaction
Next
Retrieve a virtual account
Built with