latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Transfer

List account wire withdrawals

List wire withdrawals for a specific Go Account wallet. This endpoint is deprecated. Use List fiat withdrawals instead.

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

Path parameters

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

Query parameters

statestring[]

Filter by wire withdrawal state.

coinstring[]

Filter by supported fiat currency.

limitstring number

Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.

prevIdstring
Example:59cd72485007a239fb00282ed480da1f

Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.

Response

OK

nextBatchPrevIdstring

ID for fetching the next batch of results

Example response

{
  "transfers": [
    {
      "entries": [
        {
          "address": "6680ad9d5650cdf891898f13b8016ef2",
          "wallet": "6680ad9d5650cdf891898f13b8016ef2",
          "valueString": "-1000",
          "backingFeeString": "-100",
          "token": "ofcusd"
        }
      ],
      "id": "67abcb899639d543ee979ed327dd5f5d",
      "coin": "btc",
      "wallet": "6680ad9d5650cdf891898f13b8016ef2",
      "walletType": "trading",
      "enterprise": "59cd72485007a239fb00282ed480da1f",
      "organization": "59cd72485007a239fb00282ed480da1f",
      "txid": "266b937f2e92e5bbb6973f1317b286a7240157ffbc2743f220ab16336391d1ad",
      "txidType": "transactionHash",
      "heightId": "000000000-67abcb899639d543ee979ed327dd5f5d",
      "date": "2025-02-13T21:18:07.220Z",
      "subType": "ofc_withdrawal",
      "value": -1000,
      "valueString": "-1000",
      "intendedValueString": "-1100",
      "baseValue": -1000,
      "baseValueString": "-1000",
      "baseValueWithoutFees": -1000,
      "baseValueWithoutFeesString": "-1000",
      "feeString": "null",
      "payGoFeeString": "0",
      "usd": -10,
      "usdRate": 1,
      "history": [
        {
          "date": "2025-02-13T21:18:07.220Z",
          "comment": "null",
          "user": "60524c9aee8800002a3c3b3b7d6afe5f"
        }
      ],
      "signedDate": "2025-02-11T22:13:30.024Z",
      "coinSpecific": {
        "transactionType": "WITHDRAWAL",
        "settlementFeeString": "0",
        "referenceType": "withdraw",
        "referenceValue": "146697",
        "originalDestination": "ab4efe649c63aa30",
        "fees": [
          {
            "amount": "-100",
            "category": "bank"
          }
        ]
      },
      "usersNotified": true,
      "metadata": [
        {
          "key": "onChainTxId",
          "value": "3d59f68ebbb3675b36b300b9c46efbdd2a7a9e0be24481677d38ca17c18047a8"
        }
      ],
      "confirmedTime": "2025-02-13T21:18:07.220Z",
      "unconfirmedTime": "2025-02-11T22:13:26.827Z",
      "signedTime": "2025-02-11T22:13:30.024Z",
      "createdTime": "2025-02-11T22:13:29.032Z"
    }
  ],
  "nextBatchPrevId": "000000000-67abcb899639d543ee979ed327dd5f5d"
}