Skip to main content
POST
Create claim transactions
Sign and submit transactions in array order, waiting for each receipt before sending the next. Claims unwrap WETH to native ETH.

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Body

application/json
tokenAddress
string
required

Token address. Accepts any casing; normalized to EIP-55 checksum form.

owner
string
required

Owner wallet address that will sign and submit the claim transaction. Accepts any casing; normalized to EIP-55 checksum form.

Response

Successfully created unsigned claim transactions

success
boolean
required
Example:

true

response
object