JOBOX.ai Wallet API

The wallet API from JOBOX.ai — 6 operation(s) for wallet.

Operations 6

GET /v2/wallet/{user_id}/log #
GET /v2/wallet/{user_id} #
POST /v2/wallet #
GET /v3/wallet/{user_id}/log #
GET /v3/wallet/{user_id} #
POST /v3/wallet #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/jobox-ai-wallet-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

jobox-ai-wallet-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.2.3(1S)
  title: Jobox Ai Wallet API
servers:
- url: https://https://staging.jobox.ai/Kili
tags:
- name: wallet
paths:
  /v2/wallet/{user_id}/log:
    get:
      tags:
      - wallet
      operationId: readLog
      parameters:
      - name: user_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: filter
        in: query
        required: false
        schema:
          type: string
          enum:
          - ALL
          - WALLET_TO_WALLET
          - JOB_TO_WALLET
      - name: page_num
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: range
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: Version
        in: header
        required: false
        schema:
          type: string
      responses:
        default:
          description: successful operation
  /v2/wallet/{user_id}:
    get:
      tags:
      - wallet
      operationId: read_17
      parameters:
      - name: user_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: successful operation
  /v2/wallet:
    post:
      tags:
      - wallet
      operationId: create_18
      parameters:
      - name: User-Id
        in: header
        required: false
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: successful operation
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2WalletDTO'
  /v3/wallet/{user_id}/log:
    get:
      tags:
      - wallet
      operationId: readLog_1
      parameters:
      - name: user_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: Timezone
        in: header
        required: false
        schema:
          type: string
      - name: user-id
        in: header
        required: false
        schema:
          type: integer
          format: int64
      - name: filter
        in: query
        required: false
        schema:
          type: string
          enum:
          - PAYMENT_LOG
          - WALLET_LOG
          - CARD_PAYMENT_DETAILS
      - name: page_num
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: range
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: all
        in: query
        required: false
        schema:
          type: boolean
      - name: subtype
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
            enum:
            - JOB_PAYMENT
            - JOB_REFUND
            - JOB_DISPUTE
            - ADJUSTMENT
            - BANK_DEPOSIT
            - BANK_TRANSFER
            - AUTO_BANK_TRANSFER_TO
            - AUTO_BANK_TRANSFER_FROM
            - WALLET_TRANSFER_TO
            - WALLET_TRANSFER_FROM
            - CREDIT_CARD_FEE
            - AUTO_WALLET_TRANSFER_TO
            - AUTO_WALLET_TRANSFER_FROM
      - name: start_time
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: end_time
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: email
        in: query
        required: false
        schema:
          type: string
      - name: combine
        in: query
        required: false
        schema:
          type: boolean
      responses:
        default:
          description: successful operation
  /v3/wallet/{user_id}:
    get:
      tags:
      - wallet
      operationId: read_19
      parameters:
      - name: user_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: user-id
        in: header
        required: false
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: successful operation
  /v3/wallet:
    post:
      tags:
      - wallet
      operationId: create_21
      parameters:
      - name: User-Id
        in: header
        required: false
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: successful operation
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2WalletDTO'
components:
  schemas:
    V2WalletDTO:
      type: object
      properties:
        fromUserId:
          type: integer
          format: int64
        toUserId:
          type: integer
          format: int64
        bankId:
          type: integer
          format: int64
        amount:
          type: number
        notes:
          type: string