Solana Farms

Coin Decimals

GET https://api.insights.wearecws.com/v1/farms/francium/decimal

Get the decimals for a given coin

Query Parameters

Name
Type
Description

symbol*

String

eg: ATLAS

8

Orca Exchange Price

GET https://api.insights.wearecws.com/farms/orca/exchange/price

Get the current exchange price in USDC for a given token

Query Parameters

Name
Type
Description

symbol*

eg: BASIS

{
	"coin": "BASIS",
	"price": 0.089686
}

Orca LP coin Price

GET https://api.insights.wearecws.com/farms/orca/lp/price

Get the current lp coin price in USDC for a given token

Query Parameters

Name
Type
Description

lp*

string

eg: SOL/USDC

Francium Coin Price

GET https://api.insights.wearecws.com/v1/farms/francium/price

Get the price for a given token in Francium

Query Parameters

Name
Type
Description

symbol*

String

eg: SOL

Francium farms by Wallet ID

GET https://api.insights.wearecws.com/v1/farms/francium/current

Get all active francium farms

Query Parameters

Name
Type
Description

publicKey*

String

your wallet ID

Last updated