latestOpenAPI 3.0.02026-08-04134348905.1 KB

166864b1ec6d

Subaccounts

Get USD Withdrawal Request for a subaccount

Permissions required: Subaccount Get a USD Withdrawal Request

get/subaccounts/{subaccountId}/fiat/withdrawals/{transactionId}

Path parameters

subaccountIdstring required

Unique Identifier for the subaccount

transactionIdstring required

Unique Identifier for the Withdrawal Transaction

Response

Get the Withdrawal Request

Example response

{
  "data": {
    "asset": {
      "amount": "1000.0",
      "assetType": "USD"
    },
    "customerDetails": {
      "beneficiary": {
        "address": {
          "address": "123 Main Street",
          "city": "Windsor",
          "state": "Iowa",
          "zipcode": "12312"
        }
      },
      "financialInstitution": {
        "address": {
          "address": "123 Main Street",
          "city": "Windsor",
          "state": "Iowa",
          "zipcode": "12312"
        }
      },
      "intermediateFinancialInstitution": {
        "address": {
          "address": "123 Main Street",
          "city": "Windsor",
          "state": "Iowa",
          "zipcode": "12312"
        }
      }
    }
  }
}