AI Position
Last updated
Last updated
GET
/signals
The Signals API provides access to trading signals based on specified criteria.
Example on DeFi Lens: https://defilens.ai/ai-positions
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x-partner-key
string
Your API Key
Ex: xxxx
interval
string
Specifies the time interval for the signals. Possible values include:
1d: 1 day
1h: 1 hour
15m: 15 minutes
5m: 5 minutes
status
string
Filters the signals by their status. Possible enum values:
Open
Close
offset
integer (optional)
The starting point for fetching the signals is useful for pagination. The default value is 0.
size
integer (optional)
The number of signals to retrieve in the response. The default value is 10.
string
The specific action taken during the backtesting process at a given point in time
Ex: buy
, sell
, neutral