GET
/
v2
/
address
/
{address}
/
positions-prepare
curl --request GET \
  --url https://api.getnimbus.io/v2/address/{address}/positions-prepare
{
  "data": [
    "<string>"
  ]
}

Path Parameters

address
string
required

The address to prepare positions for

Query Parameters

chain
enum<string>

The blockchain to query (default is "ALL")

Available options:
BTC,
SOL,
SUI,
TON,
ETH,
FANTOM,
RON,
BNB,
OP,
AVAX,
MATIC,
ARB,
BASE,
SCROLL,
ZKSYNC,
ALL

Response

200
application/json
Successful response with prepared position information
data
string[]