Bitlipa
    Bitlipa
    • Get Members
      GET
    • Current Partner
      GET
    • Create Member
      POST
    • Get Member
      GET
    • Update Member
      PUT
    • Get Member Safe Info
      GET
    • Withdraw Fiat
      POST
    • Withdraw Fiat For Registered Member
      POST
    • Get Withdraw Fiat Pool Info
      GET
    • Withdraw Fiat Status
      GET
    • Witdraw Fiat Callback
      POST
    • Topup Fiat
      POST
    • Topup Fiat Status
      GET
    • Topup Fiat Callback
      POST
    • Exchange Rates
      GET
    • Convert To Currency
      GET
    • Get All Transactions
      GET
    • Read Partners
      GET
    • Create Partner
      POST
    • Create Api Key
      POST
    • Update Charge Fee
      PUT
    • Login For Access Token
      POST
    • Read Admins Me
      GET
    • Create Admin
      POST
    • Create Safe
      POST
    • Create Master Contract
      POST
    • Create Master Contract
      POST
    • Create Compatibility Fallback Handler
      POST
    • Schemas
      • CryptoCurrency
      • ApiKeyCreate
      • ExchangeRate
      • ApiKeyView
      • FiatCurrency
      • AuthCreate
      • HTTPValidationError
      • AuthView
      • Member
      • Body_login_for_access_token_login_post
      • MemberCreate
      • EthTx
      • MemberUpdate
      • Partner
      • LoginResponse
      • PartnerRole
      • SafeInfo
      • TopupRequestCreate
      • ValidationError
      • PartnerCreate
      • WithdrawCreate
      • WithdrawPartnerCreate
      • TopupRequestResponse
      • WithdrawPartnerResponse
      • TransactionListResponse
      • UpdateChargingFee
      • WithdrawRequestResponse

      Get All Transactions

      GET
      /partners/transactions
      Returns all withdraw and topup requests for the partner chosen via x-partner-slug, along with totals. Admins can audit activity, reconcile payouts, or investigate transaction histories per partner using this aggregated view.

      Request

      None

      Responses

      🟢200
      application/json
      Successful Response
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/partners/transactions'
      Response Response Example
      {
          "withdraw_requests": [
              {
                  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                  "from_currency": "string",
                  "to_currency": "string",
                  "status": "string",
                  "member_id": "435a4844-006a-4cfc-a644-e8eb2dd2ca43",
                  "pool_tx_hash": "string",
                  "external_user_id": "string",
                  "amount": 0,
                  "initiator_id": "06588898-9a84-4b35-ba8f-f9cbd64946f3",
                  "wallet_address": "string",
                  "phone_number": "string",
                  "callback_url": "string",
                  "created_at": "2019-08-24T14:15:22Z",
                  "updated_at": "2019-08-24T14:15:22Z"
              }
          ],
          "topup_requests": [
              {
                  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                  "from_currency": "string",
                  "to_currency": "string",
                  "status": "string",
                  "member_id": "435a4844-006a-4cfc-a644-e8eb2dd2ca43",
                  "tx_hash": "string",
                  "external_user_id": "string",
                  "amount": 0,
                  "initiator_id": "06588898-9a84-4b35-ba8f-f9cbd64946f3",
                  "wallet_address": "string",
                  "phone_number": "string",
                  "callback_url": "string",
                  "created_at": "2019-08-24T14:15:22Z",
                  "updated_at": "2019-08-24T14:15:22Z"
              }
          ],
          "total_withdraw_requests": 0,
          "total_topup_requests": 0
      }
      Modified at 2025-12-09 11:26:47
      Previous
      Convert To Currency
      Next
      Read Partners
      Built with