v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBEntity
Updates pool's data. For internal usage only
post/v1/pool/{blockchain}/{address}
Path parameters
blockchainstring required
Example:ton
addressstring required
Example:EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH
Response
pool
Example response
{
"dex": "stonfi",
"tokens": [
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
]
}