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
string
required
Your Thiqwave API key.
Path parameters
string
required
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.
string
The unique account ID.
string
The account type:
"fiat" or "stablecoin".string
The current account status:
"active", "frozen", or "closed".string
The account currency code.
string
For fiat accounts: the corridor code.
string
For stablecoin wallets: the blockchain network.
string
For stablecoin wallets:
"mpc" or "self_custody".string
For stablecoin wallets: the blockchain address.
object
The current balance of the account.
string
Friendly name for the account.
string
The ISO 8601 timestamp of when the account was created.