Retrieves the trading settings for a specific chain and user.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
chain | string | Yes | The blockchain network (‘eth’, ‘base’, ‘sol’). | base |
userId | string | Yes | The ID of the user whose settings are requested. | user-123 |
userId
.
userId
does not exist.
User
server (Port 5000).EthereumTradingSettings
, BaseTradingSettings
, or SolanaTradingSettings
) based on the chain
parameter.userId
.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The blockchain network ('eth', 'base', 'sol').
eth
, base
, sol
The ID of the user.
Successful retrieval of trading settings for the specified user and chain.
The response is of type object
.