BALAD CORP APIs/Link/Reconciliation API

The APIs/Link/Reconciliation API from BALAD CORP — 1 operation(s) for apis/link/reconciliation.

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/balad-corp-apis-link-reconciliation-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 email required.

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

OpenAPI Specification

balad-corp-apis-link-reconciliation-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Balad Gateway APIs/Authentication APIs/Link/Reconciliation API
  description: Balad Gateway APIs — a suite of RESTful endpoints for secure inward cross-border remittances and payouts into Egypt (bank transfers, mobile wallets, cash pickup). Covers authentication, exchange rates, balance, secrets management, lookups, and the full transaction lifecycle. Assembled by API Evangelist from the provider's per-operation OpenAPI fragments published on developers.balad.tech.
  version: 1.0.0
  contact:
    name: Balad Support
    email: support@balad.me
    url: https://developers.balad.tech/
servers: []
tags:
- name: APIs/Link/Reconciliation
paths:
  /remit-api/v1/reconciliation:
    get:
      summary: Reconciliation
      deprecated: false
      description: Fetch account reconciliation details including opening & closing balances and transaction history.
      tags:
      - APIs/Link/Reconciliation
      parameters:
      - name: start_date
        in: query
        description: ''
        required: false
        example: 16-Nov-2025
        schema:
          type: string
      - name: end_date
        in: query
        description: ''
        required: false
        example: 16-Nov-2025
        schema:
          type: string
      - name: page_no
        in: query
        description: ''
        required: false
        example: '1'
        schema:
          type: string
      - name: page_size
        in: query
        description: ''
        required: false
        example: '50'
        schema:
          type: string
      - name: Content-Type
        in: header
        description: ''
        required: false
        example: application/json
        schema:
          type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      customer_name:
                        type: string
                      currency:
                        type: string
                      from_date:
                        type: string
                      to_date:
                        type: string
                      opening_balance:
                        type: number
                        nullable: true
                      closing_balance:
                        type: number
                        nullable: true
                      transactions:
                        type: object
                        properties:
                          page_no:
                            type: integer
                          page_size:
                            type: integer
                          total:
                            type: integer
                          has_next:
                            type: boolean
                          items:
                            type: array
                            items:
                              type: object
                              properties:
                                transaction_date:
                                  type: string
                                value_date:
                                  type: string
                                reference_no:
                                  type: string
                                channel_type:
                                  type: string
                                transaction_type:
                                  type: string
                                transaction_amount:
                                  type: integer
                                transaction_amount_currency:
                                  type: string
                                exchange_rate:
                                  type: number
                                debit:
                                  type: number
                                credit:
                                  type: integer
                                balance_amount:
                                  type: number
                                debit_credit_currency:
                                  type: string
                                transaction_status:
                                  type: string
                                date:
                                  type: string
                                description:
                                  type: string
                                notes:
                                  type: string
                              required:
                              - transaction_date
                              - value_date
                              - reference_no
                              - channel_type
                              - transaction_type
                              - transaction_amount
                              - transaction_amount_currency
                              - exchange_rate
                              - debit
                              - credit
                              - balance_amount
                              - debit_credit_currency
                              - transaction_status
                              - date
                              - description
                              - notes
                              x-apidog-orders:
                              - transaction_date
                              - value_date
                              - reference_no
                              - channel_type
                              - transaction_type
                              - transaction_amount
                              - transaction_amount_currency
                              - exchange_rate
                              - debit
                              - credit
                              - balance_amount
                              - debit_credit_currency
                              - transaction_status
                              - date
                              - description
                              - notes
                        required:
                        - page_no
                        - page_size
                        - total
                        - has_next
                        - items
                        x-apidog-orders:
                        - page_no
                        - page_size
                        - total
                        - has_next
                        - items
                      start_date:
                        type: string
                      end_date:
                        type: string
                    required:
                    - customer_name
                    - currency
                    - from_date
                    - to_date
                    - opening_balance
                    - closing_balance
                    - transactions
                    - start_date
                    - end_date
                    x-apidog-orders:
                    - customer_name
                    - currency
                    - from_date
                    - to_date
                    - opening_balance
                    - closing_balance
                    - transactions
                    - start_date
                    - end_date
                  errors:
                    type: 'null'
                  01K5EHM5AG34A0RDDRQZWNMS9Q:
                    type: string
                required:
                - data
                - errors
                - 01K5EHM5AG34A0RDDRQZWNMS9Q
                x-apidog-orders:
                - data
                - errors
                - 01K5EHM5AG34A0RDDRQZWNMS9Q
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: APIs/Link/Reconciliation
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1056134/apis/api-21667941-run
components:
  securitySchemes:
    Balad Token:
      type: bearer
      scheme: bearer
    bearer:
      type: http
      scheme: bearer