> ## Documentation Index
> Fetch the complete documentation index at: https://guides.saber.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Transaction Details (v1)

> This endpoint covers 2 documented variants, distinguished by query parameter value:
- **Get Pool Sell Transaction Details** (`get-pool-sell-transaction-details`): Get Pool Sell Transaction Details
- **Get Pool Buy Transaction Details** (`get-pool-buy-transaction-details`): Get Pool Buy Transaction Details



## OpenAPI

````yaml /openapi-v1.json get /api/v2/wallet/transaction
openapi: 3.1.0
info:
  title: Saber Money API (v1)
  version: v1
  description: >-
    ## Authentication


    There is no standalone API-key auth — every request must be **signed**. An
    API key by itself authenticates nothing. Each call requires four headers
    together: `X-Api-Key` (your key), `X-Signature` (HMAC-SHA256 of `apiKey +
    timestamp` — or `apiKey + timestamp + userId` when `X-User-Id` is required —
    keyed with your API secret), `X-Timestamp` (unix seconds), and
    `X-Request-Id` (any unique string per request). The signature must be
    computed by a client script; there is no way to derive it by hand. Use the
    HMAC Generator flow to compute valid values for manual testing.


    ## Common Authentication Errors


    - **Invalid Client ID**: {"error_code":6092,"message":"X-Client-Id
    invalid","success":false}

    - **Invalid Secret**: {"error_code":6090,"message":"invalid
    secret","success":false}

    - **Timestamp (Older than 10 secs)**:
    {"errors":{"error_code":6093,"text":"timestamp expired"},"success":false}
servers:
  - url: https://api.saber.money
security: []
paths:
  /api/v2/wallet/transaction:
    get:
      tags:
        - Offramp
        - Onramp
      summary: Get Transaction Details (v1)
      description: >-
        This endpoint covers 2 documented variants, distinguished by query
        parameter value:

        - **Get Pool Sell Transaction Details**
        (`get-pool-sell-transaction-details`): Get Pool Sell Transaction Details

        - **Get Pool Buy Transaction Details**
        (`get-pool-buy-transaction-details`): Get Pool Buy Transaction Details
      operationId: get-pool-sell-transaction-details-v1
      parameters:
        - name: X-Api-Key
          in: header
          required: true
          description: Your API key (configured in credentials)
          schema:
            type: string
        - name: X-Signature
          in: header
          required: true
          description: >-
            HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256
            of `apiKey + timestamp` (or `apiKey + timestamp + userId` when
            X-User-Id is required), keyed with your API secret. The HMAC
            Generator flow computes this for you.
          schema:
            type: string
        - name: X-Timestamp
          in: header
          required: true
          description: >-
            Unix timestamp in seconds (auto-generated) Unix seconds, e.g.
            `Math.floor(Date.now() / 1000)`. Must match the timestamp used in
            the X-Signature computation.
          schema:
            type: string
        - name: X-Request-Id
          in: header
          required: true
          description: >-
            Unique request identifier (auto-generated) Any unique string per
            request, e.g. a UUID.
          schema:
            type: string
        - name: X-User-Id
          in: header
          required: true
          description: User UUID (set above)
          schema:
            type: string
        - name: transaction_type
          in: query
          required: true
          description: The transaction_type parameter
          schema:
            type: string
            description: The transaction_type parameter
        - name: transaction_id
          in: query
          required: true
          description: The transaction_id parameter
          schema:
            type: string
            description: The transaction_id parameter
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                  data:
                    type: object
                    properties:
                      transaction_type:
                        type: string
                        enum:
                          - EXTERNAL_SELL
                          - POOL_SELL
                          - SELL
                          - POOL_BUY
                          - DEPOSIT
                          - CRYPTO_DEPOSIT
                          - WITHDRAW
                          - CRYPTO_WITHDRAW
                      status:
                        type: string
                        enum:
                          - CREATED
                          - PAYMENT_INITIATED
                          - FUNDS_RECEIVED
                          - COMPLETED
                          - FAILED
                          - REFUND_INITIATED
                          - REFUND_COMPLETED
                          - REFUND_FAILED
                          - PROCESSING
                          - CANCELLED
                          - APPROVAL_REQUIRED
                          - SOURCE_INVALID
                          - VERIFICATION_PENDING
                          - PENDING
                          - REVERTED
                          - REJECTED
                          - EXPIRED
                          - SUCCESSFUL
                      created_at:
                        type: integer
                      updated_at:
                        type: integer
                      id:
                        type: string
                      crypto_symbol:
                        type: string
                      fiat_symbol:
                        type: string
                      exchange_rate:
                        type:
                          - number
                          - integer
                      crypto_amount:
                        type:
                          - integer
                          - number
                      fiat_amount:
                        type:
                          - number
                          - integer
                      bank_transaction_id:
                        type: string
                      source_id:
                        type: string
                      user_id:
                        type: string
                      usd_value:
                        type: integer
                      deposit_crypto_address:
                        type: string
                      deposit_network:
                        type: string
                      destination_instrument_id:
                        type: string
                      amount:
                        type: integer
                      uuid:
                        type: string
                      symbol:
                        type: string
                      tag:
                        type: string
                      source_address:
                        type: string
                      address:
                        type: string
                      network:
                        type: string
                      txn_hash:
                        type: string
              examples:
                get-pool-sell-transaction-details:
                  summary: Get Pool Sell Transaction Details
                  value:
                    success: true
                    data:
                      transaction_type: POOL_SELL
                      status: COMPLETED
                      created_at: 1742207345000
                      updated_at: 1742207346000
                      id: 0195a3a6-62c2-766b-b984-7f9f1754b3f1
                      crypto_symbol: USDT
                      fiat_symbol: INR
                      exchange_rate: 84.5697357304762
                      crypto_amount: 21
                      fiat_amount: 1775.96445034
                      bank_transaction_id: '1234'
                      source_id: ''
                get-pool-buy-transaction-details:
                  summary: Get Pool Buy Transaction Details
                  value:
                    success: true
                    data:
                      transaction_type: POOL_BUY
                      status: PROCESSING
                      created_at: 1745919002000
                      updated_at: 1745919003000
                      id: 019680e1-c74f-79b7-9a0b-cc316731bfd4
                      crypto_symbol: USDT
                      fiat_symbol: EUR
                      exchange_rate: 0
                      crypto_amount: 13.333333
                      fiat_amount: 12
                      user_id: ''
                      usd_value: 0
                      bank_transaction_id: ''
                      source_id: ''

````

## Related topics

- [Get Buy Transaction Details (v1)](/api-reference/onramp/get-buy-transaction-details-v1.md)
- [Get Sell Transaction Details (v1)](/api-reference/offramp/get-sell-transaction-details-v1.md)
- [Get Crypto Deposit Transaction Details (v1)](/api-reference/wallet-operations/get-crypto-deposit-transaction-details-v1.md)
- [Get Crypto Withdraw Transaction Details (v1)](/api-reference/wallet-operations/get-crypto-withdraw-transaction-details-v1.md)
- [Get User Details (v1)](/api-reference/user-operations/get-user-details-v1.md)
