Arf Liquidity Docs
    Arf Liquidity Docs
    • Introduction
    • Environments
    • IP Restrictions
    • Authentication
    • RSA4096 Examples
    • Errors
    • Webhooks
    • Client
      • Create Client
        POST
      • Upload Document
        PUT
      • Get Client
        GET
      • List Clients
        GET
      • Get Client Credit Preference
        GET
      • Create Bank Information
        POST
      • Create Chain Information
        POST
    • Credit
      • Check Credit
        GET
      • Create Credit
        POST
      • Get Credit
        GET
      • List Credits
        GET
    • Webhooks
      • List All Webhook
        GET
      • Create Webhook
        POST
      • Delete Webhook
        DELETE
    • Schemas
      • Error Schema
      • Successful Response
      • Client Detail
      • Document Detail
      • Credit Details
      • Webhook

    Environments

    The Liquidity API operates in two distinct environments: Sandbox for testing and Live for production.

    Sandbox Environment#

    URL: https://liquidity-sandbox.arf.one
    Purpose: Development and testing
    Characteristics: Non-production data; safe for experimentation

    Live Environment#

    URL: https://liquidity.arf.one
    Purpose: Production operations
    Characteristics: Real data; built for stability and high availability

    Environment Access#

    EnvironmentURLStatus
    Sandboxhttps://liquidity-sandbox.arf.oneActive
    Livehttps://liquidity.arf.oneActive

    Best Practices#

    Perform all testing in the sandbox environment before moving to live
    Use environment-specific credentials
    Never use real or sensitive data in the sandbox environment

    Support#

    For environment-related issues, contact the development team with the following details:
    Environment name (Sandbox or Live)
    Environment URL
    Description of the issue
    Modified at 2025-07-10 08:34:36
    Previous
    Introduction
    Next
    IP Restrictions
    Built with