Get Started

This guide can help you quickly integrate with the CYBAVO SOFA REST API.

How to deposit?

  • Setup a deposit wallet and configure it (via web control panel)
    • Refer to CYBAVO VAULT SOFA User Manual for detailed steps.
  • Request an API code/secret (via web control panel)
  • Create deposit addresses (via CYBAVO SOFA REST API)
  • Waiting for the CYBAVO SOFA system detecting transactions to those deposit addresses
  • Handle the deposit callback
    • Use the callback data to update certain data on your system.
    • Refer to Callback Integration for detailed information.

How to withdraw?

  • Setup a withdrawal wallet and configure it (via web control panel)
    • Refer to CYBAVO VAULT SOFA User Manual for detailed steps.
  • Request an API code/secret (via web control panel)
  • Make withdraw request (via CYBAVI SOFA API)
    • Refer to Withdraw Assets API
  • Waiting for the CYBAVO SOFA system broadcasting transactions to blockchain
  • Handle the withdrawal callback
    • Use the callback data to update certain data on your system.
    • Refer to Callback Integration for detailed information.

Try it now

  • Use the Mock Server to test the CYBAVO SOFA REST API right away.

Start integration


API Authentication

Explain how CYBAVO SOFA system validates client requests.

Read-only API Code

Callback Integration

The essential information to implement a callback handler.

Callback State Change

Cryptocurrency Unit Conversion

API Response Validation