OffBlocks
  • πŸ‘‹Welcome to OffBlocks
  • Overview
    • πŸ’‘What we do
    • ✨Core Concepts
    • πŸ“œWhitepaper
    • ⛓️Supported Blockchains and Assets
    • ❔FAQ
  • Developer Guides
    • πŸ—οΈSystem Architecture
    • βš™οΈAPI Integration
      • πŸš€Getting Started
      • πŸ“―Postman
      • πŸ”‘Authentication
      • πŸ”Request Signatures
      • πŸ†”Idempotency
      • ⛓️Blockchain Identifiers
      • πŸ“’Blockchain Updates
      • πŸ“²Sign in With X
      • πŸ’°Fees
      • πŸ•ΉοΈSimulator
      • πŸ”’API Reference
        • πŸ¦Έβ€β™‚οΈCustomers
        • 🏦Accounts
        • πŸ’³Cards
        • πŸ”ƒTransactions
        • πŸͺWebhooks
        • πŸ•ΉοΈSimulator
        • πŸš‚Engine
      • ⏭️States and Transitions
        • πŸ¦Έβ€β™‚οΈCustomer States
        • 🏦Account States
        • πŸ’³Card States
        • πŸ”‘Authorisation States
        • πŸ”ƒTransaction States
    • 🧬Smart Contracts
      • OffBlocksEscrow.sol
      • OffBlocksSmartWalletFactory.sol
      • OffBlocksSmartWallet.sol
      • PendingWithdrawal.sol
      • Interfaces
    • πŸ”’Step-by-step Guide
      • 1️⃣API Credentials
      • 2️⃣Authentication
      • 3️⃣Request Preparation
      • 4️⃣Customer Creation
      • 5️⃣Customer Verification
      • 6️⃣Account Creation
      • 7️⃣Card Issuance
      • 8️⃣Card Authorisations
      • 9️⃣Webhooks
  • Use Cases
    • πŸ’°Wallet Providers
    • πŸ§‘β€πŸŒΎDeFi Apps
    • 🏦Neo-banks and FinTechs
Powered by GitBook
On this page
  • Environments
  • Key Concepts
  • API Documentation
  1. Developer Guides
  2. API Integration

Getting Started

PreviousAPI IntegrationNextPostman

Last updated 1 year ago

Welcome to OffBlocks API, a powerful platform that offers comprehensive endpoints and capabilities for user (customer) onboarding, account and card management, transaction lifecycle, and real-time updates via webhooks. This guide provides step-by-step instructions on how to seamlessly integrate your application with OffBlocks API. For your reference and code generation, you can also download the full OpenAPI 3.1 specification for OffBlocks API .

Environments

OffBlocks API is currently available in a limited Sandbox environment, offering reduced functionality for demonstration purposes. As our API evolves, we will progressively enable more features and functionality through the Production environment.

The current version of the Sandbox API can be accessed via the following URL: https://api.sandbox.offblocks.xyz/v1. To set up your access and begin exploring the capabilities, please contact us at .

Key Concepts

API Documentation

βš™οΈ
πŸš€
here
gm@offblocks.xyz
πŸ“―Postman
πŸ”‘Authentication
πŸ”Request Signatures
πŸ†”Idempotency
⛓️Blockchain Identifiers
πŸ“’Blockchain Updates
πŸ“²Sign in With X
πŸ’°Fees
πŸ•ΉοΈSimulator
πŸ”’API Reference
⏭️States and Transitions
πŸ”’Step-by-step Guide