REST APIWallet & TransactTransfer

GET

List fiat withdrawals for a specific Go Account wallet.

Path Params

  • walletId string required
    The wallet ID

    matches ^[0-9a-f]{32}$

Query Params

  • state array of string enums
    Filter by fiat withdrawal state.
    confirmationPendingconfirmationApprovedconfirmationRejected
  • coin array of string enums
    Filter by supported fiat currency.
    tfiatusdtfiateurotfiatgbptfiatinrtfiataedtfiatsgdfiatusdfiateurofiatgbpfiataedfiatsgd
  • limit string number
    Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.

    >= 1 · <= 500

    Defaults to 25

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

    at least 1 characters · matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

object

  • transfers array of objects required
    transfers object
    • entries array of objects required
      entries object
      • address string required
        The address associated with this transfer entry
      • wallet string
        The wallet identifier associated with this entry
      • valueString string
        The transfer amount represented
      • isPayGo boolean
        Indicates if this is a PayGo transaction
      • backingFeeString string
        The backing fee amount
      • token string
        The token identifier used in the transfer
    • id string required
      Unique identifier for the transfer
    • coin string required
      Coin type for the transfer
    • wallet string required
      Wallet identifier
    • walletType string enum
      Type of wallet
      backingcoldcustodialcustodialPairedhotadvancedtrading
    • enterprise string
      Enterprise identifier

      matches ^[0-9a-f]{32}$

    • organization string
      Organization identifier

      matches ^[0-9a-f]{32}$

    • txid string
      Transaction ID
    • txidType string
      Type of transaction ID
    • height number
      Block height
    • heightId string
      Combined height and transfer ID
    • date string date-time required
      Timestamp of the transfer
    • type string enum required
      Type of transfer
      sendreceive
    • subType string
      Subtype of transfer
    • value number
      Numeric value of the transfer
    • valueString string required
      String representation of the transfer value
    • intendedValueString string
      Intended value of the transfer
    • baseValue number
      Base value of the transfer
    • baseValueString string
      String representation of the base value
    • baseValueWithoutFees number
      Base value without fees
    • baseValueWithoutFeesString string
      String representation of base value without fees
    • feeString string nullable
      Fee amount
    • payGoFee number
      PayGo fee amount
    • payGoFeeString string
      PayGo fee amount as string
    • usd number
      USD value of the transfer
    • usdRate number
      USD exchange rate
    • state string enum required
      Current state of the transfer
      initializedpendingApprovalrejectedsignedunconfirmedconfirmedremovedfailedreplacedreverseddeleted
    • instant boolean
      Whether the transfer is instant
    • isReward boolean
      Whether the transfer is a reward
    • isUnlock boolean
      Whether the transfer is an unlock
    • isFee boolean
      Whether the transfer is a fee
    • senderInformationVerified boolean
      Whether sender information is verified
    • tags array of strings
    • history array of objects required
      history object
      • date string date-time required
        Timestamp of the historical event
      • action string enum required
        Type of action
        createdapprovedrejectedsignedunconfirmedconfirmedremovedcommentedfailedregeneratedreplacedreplacingreversedabandoned
      • comment string nullable
        comment associated with the action
      • user string
        User who performed the action
    • signedDate string date-time
      Timestamp when the transfer was signed
    • coinSpecific object
      Coin-specific details
      coinSpecific object
      • transactionType string
        Type of transaction
      • settlementFeeString string
        Settlement fee amount
      • referenceType string
        Reference type for the transaction
      • referenceValue string
        Reference value for the transaction
      • originalDestination string
        Original destination identifier
      • fees array of objects
        fees object
        • amount string
          Amount of the fee
        • category string
          Category of the fee
    • usersNotified boolean
      Whether users have been notified
    • metadata array of objects
      metadata object
      • key string required
        Key identifying the metadata type
      • value string required
        Value associated with the metadata
    • confirmedTime string date-time
      Timestamp when the transfer was confirmed
    • unconfirmedTime string date-time
      Timestamp when the transfer became unconfirmed
    • signedTime string date-time
      Timestamp when the transfer was signed
    • createdTime string date-time
      Timestamp when the transfer was created
  • nextBatchPrevId string
    ID for fetching the next batch of results
400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
401
Unauthorized

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
403
Forbidden

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
404
Not Found

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
500
Internal Server Error

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id