mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
972 B
972 B
!!! info "ApiGetLPConfigRequest"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|kindk |Kind|True|The kind filter to apply|
|baseb |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|