LianLian Global Account API

The Account API from LianLian Global — 2 operation(s) for account.

Operations 2

GET /account/{id} Get account details by ID
POST /account/list Retrieve all balances #

Specifications

Other Resources

🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/b2b-cross-border/ZG9jOjQ1Mg-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/B2B-inflow-payout/ZG9jOjQ1Mg-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/llp-api/4b402d5ab3edd-api-introduction-v1-2
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/cards-open-api/4b402d5ab3edd-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/connect/ydcoebflkrejd-connect-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/connect-ota/4b402d5ab3edd-open-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/lppe/72b66de24898e-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-ka/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-service/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/outbound-payout-verification/ztrytr7ruzey9-balance-api
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/llg-payments/4b402d5ab3edd-summary
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout/ZG9jOjQ1Mg-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout-fx/e13ca9b34d037-exchange
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/global-payout-tuition/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/standard-remittance/4b402d5ab3edd-api-introduction
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/triplink/d04slm5ra253f-
🔗
DeveloperPortal
https://developer.lianlianglobal.com/docs/e-wallet-openapi/72b66de24898e-introduction
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/lianlian-global/refs/heads/main/apis.yml

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/lianlian-global-account-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

lianlian-global-account-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Lianlian Global Account API
  version: '1.0'
  description: 'Operations tagged Account across 2 of this provider''s published API definitions: lianlian-global-lppe-coreaccount-openapi.yml, lianlian-global-outbound-payout-ka-balance-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://global-api.lianlian.com/api/v1
- url: https://global-api-sandbox.lianlianpay-inc.com/outbound/card/v1/
tags:
- name: Account
paths:
  /account/{id}:
    parameters:
    - schema:
        type: string
      name: id
      in: path
      required: true
      description: account id
    get:
      summary: Get account details by ID
      tags:
      - Account
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Account'
      operationId: ''
      description: 获取用户信息。
      requestBody:
        content: {}
      security:
      - 客户端凭据授权: []
      parameters:
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Content-Type
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Authorization
      x-stoplight:
        id: xieu734majyzw
    servers:
    - url: https://global-api.lianlian.com/api/v1
  /account/list:
    parameters: []
    post:
      summary: Retrieve all balances
      tags:
      - Account
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    availableBalance:
                      type: string
                    currency:
                      type: string
                x-examples:
                  Example 1:
                  - availableBalance: string
                    currency: string
        '400':
          description: null
          content:
            application/json:
              schema:
                type: 'null'
      operationId: query-currency-balance
      description: Retrieve all balances
      x-stoplight:
        id: lj0vjww03w7ht
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                currency:
                  type:
                  - string
                  - 'null'
                  x-stoplight:
                    id: sor9p91zevdpl
    servers:
    - url: https://global-api-sandbox.lianlianpay-inc.com/outbound/card/v1/
components:
  schemas:
    Account:
      title: Account
      x-stoplight:
        id: 2ijyp5cgqvcld
      type: object
      properties:
        id:
          type: string
          description: ACCOUNT ID
        phone_district:
          type: string
          description: 手机区号
        phone:
          type: string
          description: 手机
        email:
          type: string
          description: 邮箱
        name:
          type: string
          description: 用户在实名认证时的主体名称
        country_code:
          type: string
          description: 二位国家/地区编码,KYC企业所在地
        entity_type:
          type: string
          description: '类型,枚举:`CORPORATE` `INDIVIDUAL`

            - `CORPORATE`:企业

            - `INDIVIDUAL`:个人'
        status:
          type: string
          description: '状态,枚举:`INIT` `UNDER_REVIEW` `ACTIVE` `SUSPENDED` `CLOSED`

            - `INIT`:客户初始创建账号,待补充其他材料或操作(KYC或其他认证)

            - `UNDER_REVIEW`:客户账户相关认证材料已提交审核中

            - `ACTIVE`:客户账户通过,可以进行资金类交易

            - `SUSPENDED`:客户账户被暂停,出金交易会被拒绝

            - `CLOSED`:客户账户服务被终止'
  securitySchemes:
    Component:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: /oauth2/token
          scopes: {}
          refreshUrl: /oauth2/token
      description: 详情参考[Authentication](https://developer.lianlianglobal.com/docs/lppe/b6b6c2d4906e9-authentication) > 客户端凭据授权
x-refined-from:
- lianlian-global-lppe-coreaccount-openapi.yml
- lianlian-global-outbound-payout-ka-balance-openapi.yml