LianLian Global Quote API

The Quote API from LianLian Global — 1 operation(s) for quote.

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

OpenAPI Specification

lianlian-global-quote-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: Distribution Account Quote API
  version: '1.0'
host: global-api-sandbox.lianlianpay-inc.com
basePath: /b2b-import/v1
schemes:
- https
consumes:
- application/json
produces:
- application/json
tags:
- name: Quote
paths:
  /v1/quote:
    parameters: []
    get:
      summary: 汇率查询
      tags:
      - Quote
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Quote'
      operationId: get-v1-quote
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                target_currency:
                  type: string
                  description: '目的币种,3位,参考:

                    https://www.iso.org/iso-4217-currency-codes.html'
                source_currency:
                  type: string
                  description: '源币种,3位,参考:

                    https://www.iso.org/iso-4217-currency-codes.html'
              required:
              - target_currency
              - source_currency
components:
  schemas:
    Quote:
      title: Quote
      x-stoplight:
        id: 0oawlhjox7l2p
      type: object
      properties:
        rate:
          type: string
          description: 汇率
          maxLength: 16
        rate_id:
          type: string
          description: 汇率id
          maxLength: 32
        source_currency:
          type: string
          description: 目的币种,3位,参考https://www.iso.org/iso-4217-currency-codes.html
        base_currency:
          type: string
          description: 基础币种,3位,参考https://www.iso.org/iso-4217-currency-codes.html
        start_time:
          type: string
          description: 汇率有效开始时间,10位 秒级时间戳
        end_time:
          type: string
          description: 汇率有效结束时间,10位 秒级时间戳