Endpoint
Description
Retrieve the details of a specific settlement account or wallet, including its current status and live balance. Use this endpoint to check account state, confirm wallet addresses, or display account information to your users.Request
Headers
Your Thiqwave API key.
Path parameters
The unique account ID returned when the account was created.
Example requests
Response
A200 OK response returns the full account object with live balance information.
The unique account ID.
The account type:
"fiat" or "stablecoin".The current account status:
"active", "frozen", or "closed".The account currency code.
For fiat accounts: the corridor code.
For stablecoin wallets: the blockchain network.
For stablecoin wallets:
"managed" or "external".For stablecoin wallets: the blockchain address.
The current balance of the account.
Friendly name for the account.
The ISO 8601 timestamp of when the account was created.
Example response (fiat)
Example response (stablecoin)
Error responses
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Your API key is missing or invalid. |
403 | FORBIDDEN | You do not have permission to access this account. |
404 | ACCOUNT_NOT_FOUND | No account exists with the given ID. |