Files
ritmex-bot/docs/grvt/schemas/api_get_lp_config_request.md
T

972 B

!!! info "ApiGetLPConfigRequest" |Name
Lite|Type|Required
Default| Description | |-|-|-|-| |kind
k |Kind|True|The kind filter to apply| |base
b |Currency|True|The base filter to apply| ??? info "Kind" The list of asset kinds that are supported on the GRVT exchange

    |Value| Description |
    |-|-|
    |`PERPETUAL` = 1|the perpetual asset kind|
    |`FUTURE` = 2|the future asset kind|
    |`CALL` = 3|the call option asset kind|
    |`PUT` = 4|the put option asset kind|
??? info "[Currency](/../../schemas/currency)"
    The list of Currencies that are supported on the GRVT exchange<br>

    |Value| Description |
    |-|-|
    |`USD` = 1|the USD fiat currency|
    |`USDC` = 2|the USDC token|
    |`USDT` = 3|the USDT token|
    |`ETH` = 4|the ETH token|
    |`BTC` = 5|the BTC token|