POST /v1/wallets/register — Register a wallet for your organization (idempotent)
POST https://api.rebelfi.io/v1/wallets/register| Field | Type | Required | Description |
|---|---|---|---|
walletAddress | string | Yes | Wallet address on the blockchain |
blockchain | string | Yes | Blockchain network: solana, polygon, ethereum, or base |
userId | string | No | Your external user or account ID (for multi-wallet management) |
orgMetadata | object | No | Arbitrary metadata to store with the wallet |
| Field | Type | Description |
|---|---|---|
walletId | number | Wallet identifier (use for subsequent API calls) |
walletAddress | string | Wallet address on the blockchain |
blockchain | string | Blockchain network |
userId | string? | External user ID |
orgMetadata | object? | Organization-specific metadata |
createdAt | string | Creation timestamp (ISO 8601) |