Signal Matrix

Signal Matrix

GET /signal-matrix

The Signal Matrix API provides trading signals and their associated statistics for specific cryptocurrency tokens. This documentation outlines the usage, request format, and response structure of the API.

Example on DeFi Lens: https://defilens.ai/tokens/bitcoin/signals

Headers

Name
Type
Description

x-partner-key

string

Your API Key

Ex: xxxx

Body

Name
Type
Description

token_id

string

Token name Ex: bitcoin

Possible enum values for token_id include the following tokens:

["bitcoin", "ethereum", "binancecoin", "solana", "dogecoin", "chainlink", "ripple", "polkadot", "shiba-inu", "cosmos", "near", "axie-infinity", "avalanche-2", "algorand", "injective-protocol", "oraichain-token"]

Example request

curl "https://api.defilens.ai/strategies/signal-matrix?token_id=bitcoin" \
  -H "x-partner-key: xxx"

Response

Data return

Name
Type
Description

string

Type of technical indicator.

object

Chart interval

integer

The total number of orders that have been placed based on historical data

integer

The total number of win orders based on backtesting data

string

The specific action taken during the backtesting process at a given point in time Ex: buy, sell, neutral

float

The percentage calculated based on action_side, win_count, and the corresponding weight

Last updated