Quickstart
This guide walks you through creating your first wallet, account, asset, and transfer using the Paratro API.Prerequisites
- A Paratro account with API Key and API Secret
- See Authentication for details
Environments
| Environment | Base URL |
|---|---|
| Production | https://api.paratro.com/api/v1 |
| Sandbox | https://api-sandbox.paratro.com/api/v1 |
Step 1: Authenticate
Step 2: Create a Wallet
status and key_status are ACTIVE before creating accounts.
Step 3: Create an Account
Create a blockchain account under the wallet. This generates an address on the specified chain. The gateway derives the accountnetwork value automatically from its chain registry.
Step 4: Add an Asset
Add a token to the account. Asset configuration (contract address, decimals) is resolved automatically.Step 5: Create a Transfer
Step 6: Check Transaction Status
Next Steps
Core Concepts
Understand wallets, accounts, and assets
Go SDK
Full SDK documentation
Webhooks
Set up transaction notifications
API Reference
Full endpoint documentation