Skip to main content

Overview

The Accounts & Wallets API lets you manage fiat settlement accounts and stablecoin wallets for your platform. Fiat accounts are corridor-specific settlement accounts held with regulated partners, ready to receive and hold funds. Stablecoin wallets provide non-custodial MPC security or bring-your-own integration, depending on your preference. Each account carries a status—active, frozen, or closed—and maintains real-time balance information for your operations.

Base path

https://api.thiqwave.com/v1/accounts

Authentication

All requests must include your API key in the X-API-Key header.
X-API-Key: your-api-key

Supported currencies and corridors

CurrencyTypeCorridor
AEDFiatUAE
SARFiatKSA
USDCStablecoinPolygon, Ethereum, Arbitrum
USDTStablecoinPolygon, Ethereum, Arbitrum

Endpoints

MethodEndpointDescription
POST/v1/accountsCreate a new account or wallet
GET/v1/accounts/:idRetrieve account details

Endpoint pages

Create Account

Create a fiat settlement account or stablecoin wallet.

Get Account

Retrieve the details and balance of an account or wallet.