Terabet Agent Api
    Terabet Agent Api
    • Getting Started
    • Enum
    • Filter Type
    • Realtime Odds
    • Work flows
    • Login
      POST
    • Register
      POST
    • Get game
      GET
    • Get sports
      GET
    • Get game score
      GET
    • Get odds
      POST
    • Get teaser points
      GET
    • Get bet history
      GET
    • Place single bet
      POST
    • Place combo bet
      POST
    • Place teaser bet
      POST
    • Get user info
      GET
    • Starting Kyc
      POST
    • Logout
      POST
    • Withdraw
      POST
    • Get deposit address
      POST
    • Get User’s Transactions
      GET
    • Get Trading Transactions
      GET
    • Get Trading Pairs
      GET
    • Trading token
      POST
    • Get User’s Wallets
      GET
    • Get Assets
      GET
    • Get Chains
      GET
    • Get casino games
      GET
    • Get casino platforms
      GET
    • Play poker
      POST
    • Play casino
      POST

      Get User’s Transactions

      GET
      /v1/wallet/api/agent/transactions

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Query Params

      Responses

      🟢200Response 200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/v1/wallet/api/agent/transactions?page=0&size=10&sort=createdDate,desc&status.in&type.in&coinId.equals&chainId.equals&createdTime.gte&confirmedTime.gte' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      [
          {
              "id": 0,
              "from": "string",
              "to": "string",
              "amount": "string",
              "networkFee": "string",
              "type": "TransacitonTypeEnum",
              "status": "TransactionStatusEnum",
              "confirmations": 0,
              "createdTime": "2025-07-10T06:58:53.502Z",
              "confirmedTime": "2025-07-10T06:58:53.502Z",
              "asset": {
                  "assetId": 0,
                  "contractAddress": "string",
                  "coin": {
                      "id": 0,
                      "symbol": "string",
                      "name": "string",
                      "image": "string",
                      "enableDeposit": true,
                      "enableWithdrawal": true,
                      "minAmount": 0,
                      "maxAmount": 0
                  },
                  "chain": {
                      "id": 0,
                      "chainId": 0,
                      "symbol": "string",
                      "name": "string",
                      "image": "string",
                      "addressRegex": "string",
                      "tagRegex": "string",
                      "txnScanUrl": "string",
                      "addressScanUrl": "string"
                  }
              },
              "usdRate": 0
          }
      ]
      Modified at 2025-07-11 07:38:12
      Previous
      Get deposit address
      Next
      Get Trading Transactions
      Built with