Securitize APAC API

The APAC API from Securitize — 4 operation(s) for apac.

Operations 6

POST /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/detail #
GET /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/detail #
DELETE /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/detail #
GET /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/list #
GET /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/records #
GET /v1/apac/domains/{domainId}/tokens/{tokenId}/investment-requests/total-pledged-amounts #

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/securitize-apac-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

securitize-apac-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Securitize APAC API
  version: 3.0.0
  description: 'Operations tagged APAC across 2 of this provider''s published API definitions: securitize-apac-api-openapi.yml, securitize-domains-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://public-api.securitize.io/
  description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- ApiKeyAuth: []
tags:
- name: APAC
paths:
  /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/detail:
    post:
      operationId: BankDepositFilesController_createBankDepositFile
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateBankDepositFileBodyDto'
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BankDepositFileResponseDto'
      tags:
      - APAC
    get:
      operationId: BankDepositFilesController_getBankDepositFile
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      - name: bankDepositFileId
        required: true
        in: query
        schema:
          type: number
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BankDepositFileResponseDto'
      tags:
      - APAC
    delete:
      operationId: BankDepositFilesController_deleteBankDepositFile
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DeleteBankDepositFileBodyDto'
      responses:
        '200':
          description: ''
      tags:
      - APAC
    servers:
    - url: https://public-api.securitize.io/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/list:
    get:
      operationId: BankDepositFilesController_getBankDepositFiles
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      - name: paymentYear
        required: false
        in: query
        schema:
          type: number
      - name: paymentMonth
        required: false
        in: query
        schema:
          minimum: 1
          maximum: 12
          type: number
      - name: page
        required: false
        in: query
        schema:
          type: number
      - name: limit
        required: false
        in: query
        schema:
          type: number
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetBankDepositFilesResponseDto'
      tags:
      - APAC
    servers:
    - url: https://public-api.securitize.io/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /v1/apac/domains/{domainId}/tokens/{tokenId}/bank-deposit-files/records:
    get:
      operationId: BankDepositFilesController_getBankDepositFileRecords
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      - name: bankDepositFileId
        required: true
        in: query
        schema:
          type: number
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetBankDepositFileRecordsResponseDto'
      tags:
      - APAC
    servers:
    - url: https://public-api.securitize.io/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /v1/apac/domains/{domainId}/tokens/{tokenId}/investment-requests/total-pledged-amounts:
    get:
      operationId: InvestmentRequestsController_getTotalPledgedAmounts
      parameters:
      - name: domainId
        required: true
        in: path
        schema:
          type: string
      - name: tokenId
        required: true
        in: path
        schema:
          type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetTotalPledgedAmountsResponseDto'
      tags:
      - APAC
    servers:
    - url: https://public-api.securitize.io/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
components:
  schemas:
    Currency:
      type: string
      enum:
      - JPY
      - USD
    BankDepositFileResponseDto:
      type: object
      properties:
        currency:
          $ref: '#/components/schemas/Currency'
        status:
          $ref: '#/components/schemas/BankDepositFileStatus'
        interestType:
          $ref: '#/components/schemas/InterestType'
        bankDepositFileId:
          type: number
        domainId:
          type: string
        tokenId:
          type: string
        paymentYear:
          type: number
        paymentMonth:
          type: number
        createdBy:
          type: string
        isInterestPayment:
          type: boolean
        isRedemptionPayment:
          type: boolean
        createdAt:
          type: string
        updatedAt:
          type: string
      required:
      - currency
      - status
      - interestType
      - bankDepositFileId
      - domainId
      - tokenId
      - paymentYear
      - paymentMonth
      - createdBy
      - isInterestPayment
      - isRedemptionPayment
      - createdAt
      - updatedAt
    DeleteBankDepositFileBodyDto:
      type: object
      properties:
        bankDepositFileId:
          type: number
      required:
      - bankDepositFileId
    CreateBankDepositFileBodyDto:
      type: object
      properties:
        paymentYear:
          type: number
        paymentMonth:
          type: number
          minimum: 1
          maximum: 12
        isInterestPayment:
          type: boolean
        interestType:
          type: string
          enum:
          - cash-only
          - cash-and-point
        isRedemptionPayment:
          type: boolean
      required:
      - paymentYear
      - paymentMonth
      - isInterestPayment
      - interestType
      - isRedemptionPayment
    InterestType:
      type: string
      enum:
      - cash-only
      - cash-and-point
    GetBankDepositFilesResponseDto:
      type: object
      properties:
        totalItems:
          type: number
        data:
          type: array
          items:
            $ref: '#/components/schemas/BankDepositFileResponseDto'
      required:
      - totalItems
      - data
    BankDepositFileStatus:
      type: string
      enum:
      - processing
      - success
      - failure
    GetTotalPledgedAmountsResponseDto:
      type: object
      properties:
        appliedPledgedAmount:
          type: number
        confirmedPledgedAmount:
          type: number
      required:
      - appliedPledgedAmount
      - confirmedPledgedAmount
    GetBankDepositFileRecordsResponseDto:
      type: object
      properties:
        records:
          type: array
          items:
            type: array
            items:
              type: string
      required:
      - records
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: Authorization
      description: API Key Format as "apiKey <key_id>:<key_secret>"
x-refined-from:
- securitize-apac-api-openapi.yml
- securitize-domains-openapi-original.json