v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBYield
Interact with yield pool
post/v1/yield/pool/{pool_address}/{user_address}
Path parameters
pool_addressstring required
Pool address
user_addressstring required
User address
Request body
Example request
{
"request_data": {
"user_wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
}
}Response
Transaction to be sent
Example response
[
{
"message": {
"address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez"
}
}
]