Skip to main content
GET
/
delegate-traders
cURL
curl --request GET \
  --url https://beta.rocketfi.io/delegate-traders
{
  "delegates": [
    {
      "address": "<string>",
      "isWebClient": true,
      "expiryMs": 1,
      "name": "<string>"
    }
  ]
}

Path Parameters

account
string<hex>
required

An Ethereum-style account address (20 bytes).

Response

200 - application/json

All delegate traders for an account

delegates
object[]
required