Claim RewardsAsk AIpost https://api.figment.io/cosmos/claim_rewardsBody ParamsnetworkstringenumrequiredCosmos network to build transaction fortestnetmainnetAllowed:testnetmainnetdelegator_addressstringrequiredThe address of the delegator claiming rewardsvalidator_addressesarray of stringsValidator addresses to claim rewards from.validator_addressesADD stringpubkeystringPubkey value will be retrieved from the chain but if you're using a fresh account (that does not have any outgoing activity) then this information is not available and it requires the user to pass it.pubkey_typestringenumType of public key of the delegator.secp256k1secp256k1multisigAllowed:secp256k1multisiggas_limitstringGas limit for the transaction. This is required if pubkey_type is multisig.gas_pricestringGas price for the transaction. This is required if pubkey_type is multisig.Responses 201Claim rewards transaction created 400Bad request 422Unprocessable entityUpdated about 5 hours ago