Skip to main content
POST
/
staking
/
providers
/
{providerId}
/
approveTermsOfService
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.staking.approveTermsOfServiceByProviderId(stakingApiApproveTermsOfServiceByProviderIdRequest);
{
  "message": "Couldn't find position with id: abc-123",
  "code": 3310,
  "descriptor": "{\"positionId\":\"abc-123\"}"
}

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Path Parameters

providerId
enum<string>
required

Unique identifier of the staking provider. The unique identifier of the staking provider

Available options:
kiln,
figment,
lido,
p2p,
blockdaemon,
galaxy,
pierTwo,
kraken
Example:

"kiln"

Response

Terms of service accepted.