Sprutgaming API
  • Welcome
  • Information
    • Authorization
  • Core
    • Media
      • Get Banners By Category
      • Get Gallery By Category
    • Stories
      • Get Story List
    • Site Blocks
      • Get News
        • Get Stock News List
        • Get Bonuses With News
        • Get Slot Templates?
      • Get Sections
      • Get Settings
      • Get Languages List
      • Get FAQ List
      • Get Language by slug
      • Get Site Section List
      • Get Site Section by slug
      • Get SIte Footer
    • Sportbook
      • Open Session
      • Close Session
    • Promocodes
      • Activate Promocode
    • Chat
      • Get Chats List
      • Get Ads
      • Get Rules
      • Get Messages In Chat
      • Send Message
  • Services
    • User Service
      • Authorization
        • Recovery
          • Send Code
          • Verify Code
          • Update
        • Password Reset
          • Send Code
          • Update
        • Confirmation
          • Send Code
          • Verify Code
        • Login
        • Register
        • Refresh Token
        • Me
        • Self Block
        • Update
      • Fingerprint
        • Get Widget
        • Get Balance
        • Get Transactions
      • Ranks
      • Avatars
        • Get Avatars
        • Update User Avatar
        • Remove User Avatar
      • Countries
      • Promocodes
    • Game Service
      • Session
        • 🎮Open Demo Session
        • 🎲Open Real Session
      • Sections
        • 🖇️Get Available Sections
        • 📦Get Games By Section
        • 🎲Get Section By Id
      • Themes
        • 🎨Get Available Themes
        • 📦Get Games By Theme
      • Favourites
        • Get Favourites
        • Add To Favourites
        • Remove From Favourites
      • Casino Games
        • Get last played games
        • Get Casino games List
      • Providers
        • Get Providers List
      • Misc
        • Get Game By UUID
        • Get Last Played Games
      • User Big Wins
    • Wallet Service
      • Exchanger
        • ➡️Get Output Pairs
        • ⬅️Get Input Pairs
      • 👉Prerequisites
      • 🗃️Get Wallets
      • 💲Get Wallet By Currency
      • 🗳️Get Transactions
      • 💱Get Available Currencies
      • True Play
        • Get True Play Balance
        • Get True Play Widget
        • Get True Play Exchange transactions
    • Bonus Service
      • Lucky Spin
        • Get Available Spins
        • Spin
      • Get Available Bonuses
      • Get Active Bonuses
      • Get Bonus History
      • Activate Bonus
      • Cancel Active Bonus
      • Get Bonus Categories
      • Get Bonus By Id
    • Tournament Service
      • Get Tournaments
      • Get Tournament by ID
      • Get Tournament Users
      • Get Tournament Games
      • Get User Tournament History
    • Jackpot Service
      • Get Jackpot Groups
      • Get Jackpot Group
      • Get Jackpot Group Winners History
      • Get Jackpot Group Games
      • Get User Jackpot Win History
    • Achievement Service
      • Get List of Achievement Categories
      • Get List of Achievements
      • Get User Achievement Points
    • Store Service
      • Get Products List
      • Get Product Categories
      • Get User Products
      • Purchase Bonus
    • Loyalty Store Service
    • Notification Service
      • User Notifications
        • Get notifications
        • Read Notifications
        • Read All Notifications
        • Delete Notifications
    • SSO (OAuth2) Service
    • Payment Serive
      • Payment Methods Groups
        • List
        • Get By Id
      • Payment Actions
        • Pay
        • Withdraw
        • Cancel
      • Payment Orders
        • List
      • Aggregate
        • Aggregate by currencies
    • Config Service
      • Settings
        • List Public Settings
Powered by GitBook
On this page
  1. Services
  2. Wallet Service
  3. True Play

Get True Play Exchange transactions

Get true play exchange transactions

POST /wallet-service/v1/forefront/true-play/transactions

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

page

number

Page number

per_page

number

Items per page

action_type

string

Exchange type (CREDIT or DEBIT)

date_from

string

Start date

date_to

string

End date

Response

{
    "current_page": 1,
    "data": [
        {
            "id": 4,
            "user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
            "uuid": "9e92138f-c63c-4fb3-83bd-5a7d4df4fa4f",
            "action": "CREDIT",
            "amount": 297,
            "transaction_id": 2033,
            "external_id": "1574215",
            "exchange_rate": 0,
            "token_amount": 400,
            "currency_id": 1,
            "operator_id": "9878",
            "created_at": "2025-04-01T10:11:46.000000Z",
            "updated_at": "2025-04-01T10:11:46.000000Z"
        },
        {
            "id": 3,
            "user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
            "uuid": "9e921365-fbc2-4055-81bb-75799ff61a4c",
            "action": "DEBIT",
            "amount": 1000,
            "transaction_id": 2032,
            "external_id": "1574212",
            "exchange_rate": 0,
            "token_amount": 1333.33,
            "currency_id": 1,
            "operator_id": "9878",
            "created_at": "2025-04-01T10:11:18.000000Z",
            "updated_at": "2025-04-01T10:11:18.000000Z"
        },
        {
            "id": 2,
            "user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
            "uuid": "9e92133d-63c3-49bd-8bf8-d1b39f18d7d1",
            "action": "DEBIT",
            "amount": 1000,
            "transaction_id": 2031,
            "external_id": "1574211",
            "exchange_rate": 0,
            "token_amount": 1333.33,
            "currency_id": 1,
            "operator_id": "9878",
            "created_at": "2025-04-01T10:10:52.000000Z",
            "updated_at": "2025-04-01T10:10:52.000000Z"
        }
    ],
    "first_page_url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
    "links": [
        {
            "url": null,
            "label": "&laquo; Previous",
            "active": false
        },
        {
            "url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
            "label": "1",
            "active": true
        },
        {
            "url": null,
            "label": "Next &raquo;",
            "active": false
        }
    ],
    "next_page_url": null,
    "path": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions",
    "per_page": 25,
    "prev_page_url": null,
    "to": 3,
    "total": 3
}
{
  "error": "Invalid request"
}

PreviousGet True Play WidgetNextBonus Service

Last updated 2 months ago