GET
/
config
/
delegate
/
address
/
{chainId}
curl --request GET \
  --url https://api.otim.com/config/delegate/address/{chainId}
{
  "otimDelegateAddress": "0x6eb81ea5bc15f4f4a2d79fa15a75a43c1ee17cd0"
}

Path Parameters

chainId
integer
required

Chain ID

Response

200 - application/json

Delegate address retrieved successfully

The response is of type object.