Skip to content
Deposit Parameter

Query Group Deposit Config

Query Group Deposit Config V2.

Request parameters

  • Required: ids (Config ids)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the result; see the 200 response schema for fields.

POSThttps://b-api.longbridge.xyz/v2/atm/group/deposit/config/query

Authorization

Authorizationstringheaderlb_hk_depositconfig.depositconfig_queryRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

idsarray<string>required

Config ids. Specifies Config ids. This field is required.

Responses

HTTP 200The request was processed successfully. data is the result.
Standard response envelopecodemessagedata
dataobjectdata structure
groupDepositConfigsarray<object>

Group deposit configs. Specifies Group deposit configs.

Child attributes
company_idinteger

Company id. Specifies Company id.

account_channelstring

Account channel. Specifies Account channel.

region_idinteger

Region id. Specifies Region id.

region_bank_idinteger

Region bank type. Specifies Region bank type.

region_bank_idsarray<string>

Region bank ids. Specifies Region bank ids.

bank_operation_types_idinteger

Bank operation type id. Specifies Bank operation type id.

auth_statestring

Auth state. Specifies Auth state.

weightstring

Weight. Specifies Weight.

currency_banksarray<object>

Currency-bank configs. Specifies Currency-bank configs.

Child attributes
currenciesstring

Currency. Specifies Currency.

lb_bank_account_idstring

Remittance bank. Specifies Remittance bank.

open_lb_bank_account_idstring

Guide remittance bank. Specifies Guide remittance bank.

prioritystring

Priority. Specifies Priority.

language_guidesarray<object>

Language guides. Specifies Language guides.

Child attributes
languagestring

Language. Specifies Language.

guide_config_idstring

Guide config id. Specifies Guide config id.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs