AgencyAPI
    AgencyAPI
    • OpenAPI 文档:签名方式说明
    • OpenAPI Documentation: Signature Method
    • Documentação OpenAPI: Método de Assinatura
    • account
      • Create Merchant
        POST
      • List Merchant
        POST
      • List Create-Merchant Apply
        POST
    • trade
      • List all wallet accounts
        POST
      • List merchant all wallet account
        POST
      • Create transaction number
        POST
      • Create withdrawal order
        POST
      • Create merchant withdrawal order
        POST
      • List bill
        POST
      • Query e2e
        POST
      • List recharge order
        POST
    • feature
      • Create preassign oss url
        POST
    • hook callback
      POST
    • 数据模型
      • Response
      • Currency

    Currency

    {
        "id": "string",
        "code": "string",
        "name": "string",
        "symbol": "string"
    }
    Built with