List account wire withdrawals

get/api/v2/wallet/{walletId}/wirewithdrawals/confirm

List wire withdrawals for a specific Go Account wallet.

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • statearray[string]
    Filter by wire withdrawal state.
    Enum: confirmationPending confirmationApproved confirmationRejected
  • coinarray[string]
    Filter by supported fiat currency.
    Enum: tfiatusd tfiateuro tfiatgbp tfiataed tfiatsgd fiatusd fiateuro fiatgbp fiataed fiatsgd
  • limitstring<number>Default: 25
    Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.
    Minimum: >= 1
    Maximum: <= 500
  • prevIdstring
    Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

transfers array[object] required
List of wire withdrawal transfers
entries array[object] required
List of transfer entries containing transaction details
id string required
Unique identifier for the transfer
Example: 67abcb899639d543ee979ed327dd5f5d
coin string required
Coin type for the transfer
Example: null
wallet string required
Wallet identifier
Example: 6680ad9d5650cdf891898f13b8016ef2
walletType string
Type of wallet
Allowed values: backing cold custodial custodialPaired hot trading
Example: trading
enterprise string
Enterprise identifier
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
organization string
Organization identifier
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
txid string
Transaction ID
Example: 266b937f2e92e5bbb6973f1317b286a7240157ffbc2743f220ab16336391d1ad
txidType string
Type of transaction ID
Example: transactionHash
height number
Block height
Example: 0
heightId string
Combined height and transfer ID
Example: 000000000-67abcb899639d543ee979ed327dd5f5d
date string <date-time>required
Timestamp of the transfer
Example: 2025-02-13T21:18:07.220Z
type string required
Type of transfer
Allowed values: send receive
Example: send
subType string
Subtype of transfer
Example: ofc_withdrawal
value number
Numeric value of the transfer
Example: -1000
valueString string required
String representation of the transfer value
Example: -1000
intendedValueString string
Intended value of the transfer
Example: -1100
baseValue number
Base value of the transfer
Example: -1000
baseValueString string
String representation of the base value
Example: -1000
baseValueWithoutFees number
Base value without fees
Example: -1000
baseValueWithoutFeesString string
String representation of base value without fees
Example: -1000
feeString
string or null
Fee amount
Example: null
payGoFee number
PayGo fee amount
Example: 0
payGoFeeString string
PayGo fee amount as string
Example: 0
usd number
USD value of the transfer
Example: -10
usdRate number
USD exchange rate
Example: 1
state string required
Current state of the transfer
Allowed values: initialized pendingApproval rejected signed unconfirmed confirmed removed failed replaced deleted
Example: confirmed
instant boolean
Whether the transfer is instant
Example: false
isReward boolean
Whether the transfer is a reward
Example: false
isUnlock boolean
Whether the transfer is an unlock
Example: false
isFee boolean
Whether the transfer is a fee
Example: false
senderInformationVerified boolean
Whether sender information is verified
Example: false
tags array[string]
List of associated tags
history array[object] required
List of historical events
signedDate string <date-time>
Timestamp when the transfer was signed
Example: 2025-02-11T22:13:30.024Z
coinSpecific object
Coin-specific details
usersNotified boolean
Whether users have been notified
Example: true
metadata array[object]
Additional metadata
confirmedTime string <date-time>
Timestamp when the transfer was confirmed
Example: 2025-02-13T21:18:07.220Z
unconfirmedTime string <date-time>
Timestamp when the transfer became unconfirmed
Example: 2025-02-11T22:13:26.827Z
signedTime string <date-time>
Timestamp when the transfer was signed
Example: 2025-02-11T22:13:30.024Z
createdTime string <date-time>
Timestamp when the transfer was created
Example: 2025-02-11T22:13:29.032Z
nextBatchPrevId string
ID for fetching the next batch of results
Example: 000000000-67abcb899639d543ee979ed327dd5f5d

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id