GET
/
boosts
/
status
curl --request GET \
  --url https://api-staging.boost.xyz/boosts/status
{
  "address": "<string>",
  "status": "active",
  "updated_at": "<string>",
  "transaction_hash": "<string>",
  "chain_id": 123,
  "claim_tx_hash": "<string>",
  "claim_chain_id": 123
}

Query Parameters

address
string
required
boostId
string
required

Response

200
application/json

Success

The response is of type object.