LianLian Global Quotes API

The Quotes API from LianLian Global — 2 operation(s) for quotes.

Operations 2

POST /quotes/get_reference_rate Get a reference rate #
POST /quotes/get_conversion_rate Get a conversion rate #

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

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-quotes-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-quotes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Conversion Quotes API
  version: '1.0'
  description: ''
servers:
- url: https://global-api.lianlian.com/api/v1
tags:
- name: Quotes
paths:
  /quotes/get_reference_rate:
    parameters: []
    post:
      summary: Get a reference rate
      operationId: post_get_reference_rate
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  currency_pair:
                    type: string
                    x-stoplight:
                      id: i5kvekw9c778c
                    description: 货币对
                    minLength: 6
                    maxLength: 6
                  base_currency:
                    type: string
                    x-stoplight:
                      id: 5qza2y4fqxmv8
                    description: 基准币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  client_rate:
                    type: string
                    x-stoplight:
                      id: h7hv13d0gj7cv
                    description: 参考汇率
                    maxLength: 16
                  sell_currency:
                    type: string
                    x-stoplight:
                      id: xwlhrm4nccask
                    description: 客户卖出币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  buy_currency:
                    type: string
                    x-stoplight:
                      id: xyrqfg8upqk9u
                    description: 客户买入币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  quote_time:
                    type: number
                    x-stoplight:
                      id: v4c5m09eleeg9
                    description: 报价时间
                  settle_date:
                    type: string
                    x-stoplight:
                      id: lo0nplszz2o2n
                    description: 交割日yyyyMMdd
                    minLength: 8
                    maxLength: 8
                required:
                - currency_pair
                - base_currency
                - client_rate
                - sell_currency
                - buy_currency
                - quote_time
                - settle_date
        '400':
          description: "code | message \n---------|----------\n INVALID_PARAM | 无效的参数\n RATE_NOT_FOUND| 找不到汇率,请联系运营人员\n RATE_INVAILD|当前汇率不可用,请稍后再试\n SERVICE_UNAVAILABLE | 请求的服务当前不可用"
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '403':
          description: "code | message\n---------|----------\n FORBIDDEN_ERROR | Authorization failed due to insufficient permissions."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '429':
          description: "code | message\n---------|----------\n LIMIT_ERROR | Too many requests. Blocked due to rate limiting."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '500':
          description: "code | message\n---------|----------\n INTERNAL_SERVER_ERROR | An internal server error has occurred."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
      x-stoplight:
        id: at8axglh35o82
      description: 获取参考汇率。
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                business_type:
                  type: string
                  x-stoplight:
                    id: 6gqofcxx3m787
                  description: 业务类型
                  maxLength: 16
                sell_currency:
                  type: string
                  x-stoplight:
                    id: a3pumt703i7kx
                  description: 客户卖出币种,ISO 4217三位字母货币代码
                  minLength: 3
                  maxLength: 3
                buy_currency:
                  type: string
                  x-stoplight:
                    id: 1v84qv5gkghw1
                  description: 客户买入币种,ISO 4217三位字母货币代码
                  minLength: 3
                  maxLength: 3
                settle_type:
                  type: string
                  x-stoplight:
                    id: 3owwqj3gyzf85
                  description: 交割期限,支持T0/T1/T2,默认`T0`
                  maxLength: 8
              required:
              - business_type
              - sell_currency
              - buy_currency
      security:
      - 客户端凭据授权: []
      parameters:
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Content-Type
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Authorization
      tags:
      - Quotes
  /quotes/get_conversion_rate:
    post:
      summary: Get a conversion rate
      operationId: post-quotes-get_conversion_rate
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  rate_id:
                    type: string
                    x-stoplight:
                      id: acghfb2swzkvh
                    description: 报价唯一识别码
                    maxLength: 32
                    minLength: 16
                  currency_pair:
                    type: string
                    x-stoplight:
                      id: 5h98xq6uu95nk
                    description: 货币对
                    minLength: 6
                    maxLength: 6
                  base_currency:
                    type: string
                    x-stoplight:
                      id: z9qcog311slnj
                    description: 基准币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  client_rate:
                    type: string
                    x-stoplight:
                      id: i52q6sufmxfkf
                    description: 客户交易汇率
                    maxLength: 16
                  sell_currency:
                    type: string
                    x-stoplight:
                      id: q9yh6xjlgl5u7
                    description: 客户卖出币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  sell_amount:
                    type: string
                    x-stoplight:
                      id: 28s1c3tyhijir
                    description: 客户卖出金额,单位元,支持2位小数
                  buy_currency:
                    type: string
                    x-stoplight:
                      id: 8xuyfsejl1xye
                    description: 客户买入币种,ISO 4217三位字母货币代码
                    minLength: 3
                    maxLength: 3
                  buy_amount:
                    type: string
                    x-stoplight:
                      id: 13u8oub0vuno8
                    description: 客户买入金额,单位元,支持2位小数
                  settle_date:
                    type: string
                    x-stoplight:
                      id: s5b80nr62fd8y
                    description: 交割日yyyyMMdd
                    minLength: 8
                    maxLength: 8
                  valid_time:
                    type: number
                    x-stoplight:
                      id: o212b29n5mcss
                    description: 报价失效时间
                  quote_time:
                    type: number
                    x-stoplight:
                      id: ei8uscxftq6z0
                    description: 报价时间
                required:
                - rate_id
                - currency_pair
                - base_currency
                - client_rate
                - sell_currency
                - buy_currency
                - settle_date
                - valid_time
                - quote_time
        '400':
          description: "code | message \n---------|----------\n INVALID_PARAM | 无效的参数\n RATE_NOT_FOUND| 找不到汇率,请联系运营人员\n RATE_INVAILD|当前汇率不可用,请稍后再试\n SERVICE_UNAVAILABLE | 请求的服务当前不可用"
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '403':
          description: "code | message\n---------|----------\n FORBIDDEN_ERROR | Authorization failed due to insufficient permissions."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '429':
          description: "code | message\n---------|----------\n LIMIT_ERROR | Too many requests. Blocked due to rate limiting."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
        '500':
          description: "code | message\n---------|----------\n INTERNAL_SERVER_ERROR | An internal server error has occurred."
          content:
            application/json:
              schema:
                $ref: ../models/ErrorNoParamandTraceId.yaml
      x-stoplight:
        id: h20rclnt8a9s8
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                business_type:
                  type: string
                  x-stoplight:
                    id: 96oemzeespuwu
                  maxLength: 16
                  description: 业务类型
                sell_currency:
                  type: string
                  x-stoplight:
                    id: yvajkw8z81bu6
                  minLength: 3
                  maxLength: 3
                  description: 客户卖出币种,ISO 4217三位字母货币代码
                sell_amount:
                  type: string
                  x-stoplight:
                    id: l8qfpvgd6h2fs
                  description: 客户卖出金额,不允许和buy_amount同时填写,单位元,支持2位小数
                buy_currency:
                  type: string
                  x-stoplight:
                    id: d53ocy2o43i02
                  minLength: 3
                  maxLength: 3
                  description: 客户买入币种,ISO 4217三位字母货币代码
                buy_amount:
                  type: string
                  x-stoplight:
                    id: 2cutrhu690g0k
                  description: 客户买入金额,不允许和sell_amount同时填写,单位元,支持2位小数
                settle_type:
                  type: string
                  x-stoplight:
                    id: u8ame0p28beu0
                  maxLength: 8
                  description: 交割期限,支持T0/T1/T2,默认`T0`
              required:
              - business_type
              - sell_currency
              - buy_currency
      description: 获取conversion交易汇率。
      security:
      - 客户端凭据授权: []
      parameters:
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Content-Type
      - $ref: ../Base/Webhooks.yaml#/components/parameters/header-Authorization
      tags:
      - Quotes
components:
  securitySchemes:
    Component:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: /oauth2/token
          scopes: {}
          refreshUrl: /oauth2/token
      description: 详情参考[Authentication](https://developer.lianlianglobal.com/docs/lppe/b6b6c2d4906e9-authentication) > 客户端凭据授权
x-stoplight:
  id: ahystadh3c2yx