Skip to content
Cryptocurrency

Cryptocurrency

Queries Cryptocurrency data. Combine business filters in filters, and use page and page_size to control pagination.

Response

On success, the API returns the matching records and pagination metadata. See each filter field for its purpose, allowed values, and dynamic value source.

GEThttps://b-api.longbridge.xyz/v1/datasets/va_coin_configs

This Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.

Authorization

AuthorizationstringheaderRequired

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

Query parameters

filtersobject

Combines business filters. Omit a filter field to disable that filter.

Child attributes
coinstring

Filters results by Currency Code.

pi_verifystring

Filters results by Require PI Verification.

Allowed values:

  • yes - Required
  • no - Not Required

yes · Requiredno · Not Required

pageinteger

Page number to retrieve, starting from 1.

page_sizeinteger

Number of records to return per page.

Responses

HTTP 200On success, returns paginated Cryptocurrency records together with pagination metadata such as the page number, page size, and total record count.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

Returned value: List of list.

Child attributes
idstring

Returned value: Unique identifier of the current record.

coinstring

Returned value: Currency Code.

chain_typesstring

Returned value: Network.

chain_types_valstring

Raw value of chain_types. The chain_types field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

name_zh_cnstring

Returned value: Name-Simplified Chinese.

name_zh_hkstring

Returned value: Name-Traditional Chinese.

name_enstring

Returned value: Name English.

custom_namestring

Returned value: Name.

iconstring

Returned value: Icon.

conversion_currencystring

Returned value: Equivalent Currency.

conversion_ratestring

Returned value: Conversion Rate.

daily_withdraw_limitstring

Returned value: Withdrawal Function-Daily Limit.

weekly_withdraw_limitstring

Returned value: Withdrawal Function-Weekly Limit.

max_per_withdrawstring

Returned value: Withdrawal Function-Maximum Per Trade.

min_per_withdrawstring

Returned value: Withdrawal Function-Min Withdrawal Amount.

support_withdrawstring

Returned value: Withdrawal Function-Support.

custom_withdrawal_functionstring

Returned value: Withdrawal Function.

custom_deposit_functionstring

Returned value: Deposit Function.

pi_verifystring

Returned value: Require PI Verification.

pi_verify_valstring

Raw value of pi_verify. The pi_verify field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

require_tagstring

Returned value: Tag.

require_tag_valstring

Raw value of require_tag. The require_tag field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

deposit_need_micro_verificationstring

Returned value: Deposit needs micro-verification..

quantity_precisionstring

Returned value: Quantity Precision.

quantity_round_mode_querystring

Returned value: Amount fetching logic.

quantity_round_mode_query_valstring

Raw value of quantity_round_mode_query. The quantity_round_mode_query field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

updaterstring

Returned value: Updater.

remarkstring

Returned value: Remarks.

created_atstring

Returned value: Time-Created Time. The date or time format follows the value returned by the API.

updated_atstring

Returned value: Time-Update Time. The date or time format follows the value returned by the API.

custom_timestring

Returned value: Time. The date or time format follows the value returned by the API.

totalintegerrequired

Returned value: Total number of matching records, used for pagination.

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