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
}
get the boost status and tx data for a given user address and boostId (tx data only available if boost is “redeemable” or “completed” 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
}
Success
The response is of type object
.