whirlpool_distribution

GET http://api.fibonacci.fi/whirlpool_distribution/{poolid}

This API is used to retrieve the liquidity and position data for a given Orca Whirlpool.

Path Parameters

NameTypeDescription

poolid*

String

The Whirlpool id pool to query, specified as a string.

Example

Request

http://api.fibonacci.fi/whirlpool_distribution/6bskSanDywHt17rRXRbnx1zoErCeCpst5P4544s6cZka

Response

{"status": 200, "msg": "Success with whirlpool 6bskSanDywHt17rRXRbnx1zoErCeCpst5P4544s6cZka", "elapsed_time": 10, "last_data_ts": 1686133170.63529, "data": [{"0": "0.000312", "1": "0"}, {"0": "0.000316", "1": "0"}, {"0": "0.000320", "1": "0"}, {"0": "0.000324", "1": "0"}, {"0": "0.000328", "1": "0"}, {"0": "0.000333", "1": "0"}, {"0": "0.000337", "1": "0"}, {"0": "0.000341", "1": "0"}, {"0": "0.000346", "1": "0"}, {"0": "0.000350", "1": "0"}, {"0": "0.000355", "1": "0"}, {"0": "0.000359", "1": "0"}, {"0": "0.000364", "1": "0"}, {"0": "0.000368", "1": "0"}, {"0": "0.000373", "1": "0"}, {"0": "0.000378", "1": "0"}, {"0": "0.000383", "1": "0"}, {"0": "0.000388", "1": "0"}, {"0": "0.000393", "1": "0"}, {"0": "0.000398", "1": "0"}, {"0": "0.000403", "1": "0"}, {"0": "0.000408", "1": "0"}, {"0": "0.000414", "1": "0"}, {"0": "0.000419", "1": "0"}, {"0": "0.000424", "1": "0"}, {"0": "0.000430", "1": "0"}, {"0": "0.000435", "1": "0"}, {"0": "0.000441", "1": "0"}, ...

Last updated