Skip to main content

List all base currencies with their asset pairs

GET 

/v1/trades/asset-pairs

List all base currencies with their asset pairs

Request

Responses

The base currencies with their asset pairs were successfully retrieved.

Schema

    traceId string
    message string

    data

    object

    baseAsset

    object

    required

    id stringrequired

    Unique identifier of the asset type

    acronym stringrequired

    Acronym of the asset type

    network stringrequired

    Network of the asset type

    assets

    object[]

    required

  • Array [

  • id stringrequired

    Unique identifier of the asset type

    acronym stringrequired

    Acronym of the asset type

    network stringrequired

    Network of the asset type

  • ]

Loading...